다음을 통해 공유


Major 속성

Gets the build number part of the server version information.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo

구문

‘선언
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.