共用方式為


IServerInformation.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 (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")> _
<DisplayNameKeyAttribute("Server_VersionMinorName")> _
ReadOnly Property VersionMinor As Integer 
    Get
'用途
Dim instance As IServerInformation 
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
The portion of a component version identifier to the right of the first decimal point in the identifier.

請參閱

參考

IServerInformation 介面

Microsoft.SqlServer.Management.Smo 命名空間