ApplicationClass.GetServerInfo(String, String) Método

Definição

Retorna o número de versão do SQL Server do produto SQL Server instalado no servidor de destino.

public:
 virtual void GetServerInfo(System::String ^ bstrMachineName, [Runtime::InteropServices::Out] System::String ^ % serverVersion) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::GetServerInfo;
public:
 virtual void GetServerInfo(System::String ^ bstrMachineName, [Runtime::InteropServices::Out] System::String ^ % serverVersion) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::GetServerInfo;
[System.Runtime.InteropServices.DispId(40)]
public virtual void GetServerInfo (string bstrMachineName, out string serverVersion);
[<System.Runtime.InteropServices.DispId(40)>]
abstract member GetServerInfo : string * string -> unit
override this.GetServerInfo : string * string -> unit
Public Overridable Sub GetServerInfo (bstrMachineName As String, ByRef serverVersion As String)

Parâmetros

bstrMachineName
String

O nome do hardware do servidor no qual verificar a versão do produto SQL Server.

serverVersion
String

Quando este método retornar, contém o número de versão do produto SQL Server. Este parâmetro é passado não inicializado.

Implementações

Atributos

Aplica-se a