ApplicationClass.CreateSsisServerExecution2 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution2(System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::CreateSsisServerExecution2;
[System.Runtime.InteropServices.DispId(72)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution2 (string bstrServerName, string bstrServerUserName, string bstrServerPassword, string bstrPackagePath, string bstrReferenceId, bool bUse32BitRuntime);
[<System.Runtime.InteropServices.DispId(72)>]
abstract member CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
override this.CreateSsisServerExecution2 : string * string * string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Overridable Function CreateSsisServerExecution2 (bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String, bstrPackagePath As String, bstrReferenceId As String, bUse32BitRuntime As Boolean) As IDTSServerExecution100
参数
- bstrServerName
- String
- bstrServerUserName
- String
- bstrServerPassword
- String
- bstrPackagePath
- String
- bstrReferenceId
- String
- bUse32BitRuntime
- Boolean
返回
实现
- 属性