ApplicationClass.CreateSsisServerExecution Método

Definição

Cria uma execução de servidor do SSIS.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::CreateSsisServerExecution;
public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::CreateSsisServerExecution;
[System.Runtime.InteropServices.DispId(70)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution (string bstrServerName, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
[<System.Runtime.InteropServices.DispId(70)>]
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 Overridable Function CreateSsisServerExecution (bstrServerName As String, bstrPackagePath As String, bstrReferenceId As String, bUse32BitRuntime As Boolean) As IDTSServerExecution100

Parâmetros

bstrServerName
String

O nome do servidor.

bstrPackagePath
String

O caminho para o pacote.

bstrReferenceId
String

O identificador da referência.

bUse32BitRuntime
Boolean

true para indicar que o runtime de 32 bits é usado para executar o pacote em um sistema operacional de 64 bits; caso contrário, false.

Retornos

O servidor de SSIS criado.

Implementações

Atributos

Aplica-se a