IDTSApplication100.GetServerInfo(String, String) Metodo

Definizione

Restituisce il numero di versione del prodotto SQL Server installato nel server di destinazione.

public:
 void GetServerInfo(System::String ^ bstrMachineName, [Runtime::InteropServices::Out] System::String ^ % serverVersion);
[System.Runtime.InteropServices.DispId(40)]
public void GetServerInfo (string bstrMachineName, out string serverVersion);
[<System.Runtime.InteropServices.DispId(40)>]
abstract member GetServerInfo : string * string -> unit
Public Sub GetServerInfo (bstrMachineName As String, ByRef serverVersion As String)

Parametri

bstrMachineName
String

Nome dell'hardware del server per la verifica della versione del prodotto SQL Server.

serverVersion
String

Quando restituisce un risultato, il metodo contiene il numero di versione del prodotto SQL Server. Questo parametro viene passato non inizializzato.

Attributi

Si applica a