Server.VersionMajor Property

Gets the VersionMajor property value.

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property VersionMajor As Integer
    Get
'Usage
Dim instance As Server
Dim value As Integer

value = instance.VersionMajor
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public int VersionMajor { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
virtual property int VersionMajor {
    int get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
abstract VersionMajor : int
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
override VersionMajor : int
final function get VersionMajor () : int

Property Value

Type: System.Int32
Int32

Implements

IServerInformation.VersionMajor