Aracılığıyla paylaş


IServerInformation.VersionMinor Özelliği

Bileşen sürüm tanıtıcısı ilk ondalık noktanın sağına bölümü bir tanımlayıcı alır.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<DisplayNameKeyAttribute("Server_VersionMinorName")> _
<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")> _
ReadOnly Property VersionMinor As Integer
    Get
'Kullanım
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

Özellik Değeri

Tür: System.Int32
Bileşen sürüm tanımlayıcısı tanımlayıcı ilk ondalık noktanın sağına bölümü.