Compartir a través de


ServerSelectionAdapter.VersionMinor Propiedad

Gets an Int32 value that contains the minor digits of the version number.

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

Sintaxis

'Declaración
Public ReadOnly Property VersionMinor As Integer 
    Get
'Uso
Dim instance As ServerSelectionAdapter 
Dim value As Integer 

value = instance.VersionMinor
public int VersionMinor { get; }
public:
virtual property int VersionMinor {
    int get () sealed;
}
abstract VersionMinor : int 
override VersionMinor : int
final function get VersionMinor () : int

Valor de la propiedad

Tipo: System.Int32
An Int32 value that contains the minor digits of the version number.

Implementa

IServerSelectionFacet.VersionMinor

Vea también

Referencia

ServerSelectionAdapter Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo