Propriété VersionMinor
Gets the minor digits of the version information.
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 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
Valeur de propriété
Type : System. . :: . .Int32
An integer value that contains the minor digits of the version information.
Voir aussi