Compartilhar via


IDTSProjectAccessor100.CreateSsisServerExecution Método

Definição

Cria uma execução de servidor do SSIS.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ bstrServerName, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution (string bstrServerName, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
abstract member CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public 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 do pacote.

bstrReferenceId
String

O identificador da referência.

bUse32BitRuntime
Boolean

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

Retornos

Aplica-se a