IDTSProjectAccessor100.CreateSsisServerExecution 方法

定義

建立 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

參數

bstrServerName
String

伺服器名稱。

bstrPackagePath
String

封裝路徑。

bstrReferenceId
String

參考識別碼。

bUse32BitRuntime
Boolean

如果方法使用32位執行時間,則為 True;否則為 false。

傳回

IDTSServerExecution100

適用於