Método GetServerVersion
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Function GetServerVersion ( _
conn As Object _
) As ServerVersion
'Uso
Dim instance As ISupportVersions
Dim conn As Object
Dim returnValue As ServerVersion
returnValue = instance.GetServerVersion(conn)
ServerVersion GetServerVersion(
Object conn
)
ServerVersion^ GetServerVersion(
Object^ conn
)
abstract GetServerVersion :
conn:Object -> ServerVersion
function GetServerVersion(
conn : Object
) : ServerVersion
Parâmetros
- conn
Tipo: System. . :: . .Object
An object that represents the connection.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Common. . :: . .ServerVersion
The version of the server.
Consulte também