Compartir a través de


ExecuteSql.GetServerVersion Método (Object)

Retrieves the server version for the server with the given connection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

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

Sintaxis

'Declaración
Public Shared Function GetServerVersion ( _
    con As Object _
) As ServerVersion
'Uso
Dim con As Object 
Dim returnValue As ServerVersion 

returnValue = ExecuteSql.GetServerVersion(con)
public static ServerVersion GetServerVersion(
    Object con
)
public:
static ServerVersion^ GetServerVersion(
    Object^ con
)
static member GetServerVersion : 
        con:Object -> ServerVersion
public static function GetServerVersion(
    con : Object
) : ServerVersion

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Common.ServerVersion
The server version for the server with the given connection.

Vea también

Referencia

ExecuteSql Clase

Sobrecarga de GetServerVersion

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc