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.