다음을 통해 공유


VersionMajor 속성

Gets an Int32 value that contains the major digits of the version number.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property VersionMajor As Integer
    Get
‘사용 방법
Dim instance As ServerSelectionAdapter
Dim value As Integer

value = instance.VersionMajor
public int VersionMajor { get; }
public:
virtual property int VersionMajor {
    int get () sealed;
}
abstract VersionMajor : int
override VersionMajor : int
final function get VersionMajor () : int

속성 값

유형: System. . :: . .Int32
An Int32 value that contains the major digits of the version number.

구현

IServerSelectionFacet. . :: . .VersionMajor