Linguaggio

ProjectAccessor.CreateSsisServerExecution Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Crea un'esecuzione di un server SSIS.

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

Parametri

serverName
String

Nome 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