Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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