IDTSApplication130.CreateSsisServerExecution 方法

定義

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

傳回

IDTSServerExecution100

實作

屬性

適用於