Partilhar via


ProjectAccessor.CreateSsisServerExecution2 Método

Definição

Importante

Esta API não está em conformidade com CLS.

Cria uma execução de servidor do 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

Parâmetros

serverName
String

O nome do servidor.

serverUserName
String

O nome de usuário do servidor.

serverPassword
String

A senha do servidor.

packagePath
String

O caminho do pacote.

referenceId
String

O identificador da referência.

use32BitRuntime
Boolean

True se o método usa runtime de 32 bits; caso contrário, false.

Retornos

Retorna IDTSServerExecution100.

Implementações

Atributos

Aplica-se a