ApplicationClass.CreateSsisServerExecution Метод

Определение

Создает выполнение сервера 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

Параметры

bstrServerName
String

Имя сервера.

bstrPackagePath
String

Путь для пакета.

bstrReferenceId
String

Идентификатор ссылки.

bUse32BitRuntime
Boolean

Значение true, указывающее, что 32-разрядная среда выполнения используется для запуска пакета в 64-разрядной операционной системе; в противном случае — значение false.

Возвращаемое значение

Созданный сервер служб SSIS.

Реализации

Атрибуты

Применяется к