Язык

IDTSApplication100.CreateSsisServerExecution Метод

Определение

Создаёт выполнение SSIS-сервера.

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

Параметры

bstrServerName
String

Имя сервера.

bstrPackagePath
String

Путь для посылки.

bstrReferenceId
String

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

bUse32BitRuntime
Boolean

Указывает, используется ли 32-битное время выполнения для запуска пакета на 64-битной операционной системе.

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

Созданный сервер SSIS.

Атрибуты

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