Linguaggio

ProjectAccessor.CreateSsisServerExecution2 Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Crea un'esecuzione di un server SSIS.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution2(System::String ^ serverName, System::String ^ serverUserName, System::String ^ serverPassword, System::String ^ packagePath, System::String ^ referenceId, bool use32BitRuntime);
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution2(string serverName, string serverUserName, string serverPassword, string packagePath, string referenceId, bool use32BitRuntime);
[<System.CLSCompliant(false)>]
abstract member CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override this.CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Function CreateSsisServerExecution2 (serverName As String, serverUserName As String, serverPassword As String, packagePath As String, referenceId As String, use32BitRuntime As Boolean) As IDTSServerExecution100

Parametri

serverName
String

Nome del server.

serverUserName
String

Il nome utente del server.

serverPassword
String

La password del server.

packagePath
String

Il percorso del pacco.

referenceId
String

Identificatore di riferimento.

use32BitRuntime
Boolean

Vero se il metodo utilizza runtime a 32 bit; altrimenti, falso.

Valori restituiti

Restituisce IDTSServerExecution100.

Implementazioni

Attributi

Si applica a