Свойство ServerVersion.Major
Gets the build number part of the server version information.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Major As Integer
Get
'Применение
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
Значение свойства
Тип: System.Int32
An Int32 value that specifies the build number part of the server version information.