Compartir a través de


IServerInformation.VersionMinor Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<DisplayDescriptionKeyAttribute("Server_VersionMinorDesc")> _
<DisplayNameKeyAttribute("Server_VersionMinorName")> _
ReadOnly Property VersionMinor As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

IServerInformation Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo