VersionMinor 속성
Gets the portion of a component version identifier to the right of the first decimal point in the identifier.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<DisplayNameKeyAttribute("Server_VersionMinorName")> _
<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")> _
ReadOnly Property VersionMinor As Integer
Get
‘사용 방법
Dim instance As IServerInformation
Dim value As Integer
value = instance.VersionMinor
[DisplayNameKeyAttribute("Server_VersionMinorName")]
[DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")]
int VersionMinor { get; }
[DisplayNameKeyAttribute(L"Server_VersionMinorName")]
[DisplayDescriptionKeyAttribute(L"Server_VersionMinorDesc")]
property int VersionMinor {
int get ();
}
[<DisplayNameKeyAttribute("Server_VersionMinorName")>]
[<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")>]
abstract VersionMinor : int
function get VersionMinor () : int
속성 값
형식: System. . :: . .Int32
The portion of a component version identifier to the right of the first decimal point in the identifier.