Método ExecuteSql.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
Public Function GetServerVersion As ServerVersion
'Uso
Dim instance As ExecuteSql
Dim returnValue As ServerVersion
returnValue = instance.GetServerVersion()
public ServerVersion GetServerVersion()
public:
ServerVersion^ GetServerVersion()
member GetServerVersion : unit -> ServerVersion
public function GetServerVersion() : ServerVersion
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Common.ServerVersion
The server version for the server with the given connection.