Share via


Proprietà ServerVersion.Major

Gets the build number part of the server version information.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Major As Integer 
    Get
'Utilizzo
Dim instance As ServerVersion 
Dim value As Integer 

value = instance.Major
public int Major { get; }
public:
property int Major {
    int get ();
}
member Major : int
function get Major () : int

Valore proprietà

Tipo: Int32
An Int32 value that specifies the build number part of the server version information.

Vedere anche

Riferimento

ServerVersion Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common