ServerSelectionAdapter.VersionMinor 속성

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

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

구문

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

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

속성 값

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

구현

IServerSelectionFacet.VersionMinor

참고 항목

참조

ServerSelectionAdapter 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스