Compartir a través de


ServerVersion.Minor Propiedad

Gets the build number part of the server version information.

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

Sintaxis

'Declaración
Public ReadOnly Property Minor As Integer 
    Get
'Uso
Dim instance As ServerVersion 
Dim value As Integer 

value = instance.Minor
public int Minor { get; }
public:
property int Minor {
    int get ();
}
member Minor : int
function get Minor () : int

Valor de la propiedad

Tipo: System.Int32
An Int32 value that specifies the build number part of the server version information.

Vea también

Referencia

ServerVersion Clase

Espacio de nombres Microsoft.SqlServer.Management.Common