Freigeben über


VersionMajor-Eigenschaft

Gets the major digits of the version information.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("Server_VersionMajorDesc")> _
<DisplayNameKeyAttribute("Server_VersionMajorName")> _
ReadOnly Property VersionMajor As Integer
    Get
'Usage
Dim instance As IServerSelectionFacet
Dim value As Integer

value = instance.VersionMajor
[DisplayDescriptionKeyAttribute("Server_VersionMajorDesc")]
[DisplayNameKeyAttribute("Server_VersionMajorName")]
int VersionMajor { get; }
[DisplayDescriptionKeyAttribute(L"Server_VersionMajorDesc")]
[DisplayNameKeyAttribute(L"Server_VersionMajorName")]
property int VersionMajor {
    int get ();
}
[<DisplayDescriptionKeyAttribute("Server_VersionMajorDesc")>]
[<DisplayNameKeyAttribute("Server_VersionMajorName")>]
abstract VersionMajor : int
function get VersionMajor () : int

Eigenschaftswert

Typ: System. . :: . .Int32
An integer value that contains the major digits of the version information.