IServerSelectionFacet.VersionMinor 속성

Gets the minor digits of the version information.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")> _
<DisplayNameKeyAttribute("Server_VersionMinorName")> _
ReadOnly Property VersionMinor As Integer 
    Get
‘사용 방법
Dim instance As IServerSelectionFacet 
Dim value As Integer 

value = instance.VersionMinor
[DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")]
[DisplayNameKeyAttribute("Server_VersionMinorName")]
int VersionMinor { get; }
[DisplayDescriptionKeyAttribute(L"Server_VersionMinorDesc")]
[DisplayNameKeyAttribute(L"Server_VersionMinorName")]
property int VersionMinor {
    int get ();
}
[<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")>]
[<DisplayNameKeyAttribute("Server_VersionMinorName")>]
abstract VersionMinor : int
function get VersionMinor () : int

속성 값

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

참고 항목

참조

IServerSelectionFacet 인터페이스

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