Share via


Propriété VersionMinor

Gets the portion of a component version identifier to the right of the first decimal point in the identifier.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")> _
<DisplayNameKeyAttribute("Server_VersionMinorName")> _
ReadOnly Property VersionMinor As Integer
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Int32
The portion of a component version identifier to the right of the first decimal point in the identifier.