Proprietà VersionMinor
Gets the minor digits of the version information.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")> _
<DisplayNameKeyAttribute("Server_VersionMinorName")> _
ReadOnly Property VersionMinor As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An integer value that contains the minor digits of the version information.
Vedere anche