IDTSApplication150.CreateSsisServerExecution2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution2(System::String ^ bstrServerName, System::String ^ bstrServerUserName, System::String ^ bstrServerPassword, System::String ^ bstrPackagePath, System::String ^ bstrReferenceId, bool bUse32BitRuntime);
[System.Runtime.InteropServices.DispId(72)]
public 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
Public Function CreateSsisServerExecution2 (bstrServerName As String, bstrServerUserName As String, bstrServerPassword As String, bstrPackagePath As String, bstrReferenceId As String, bUse32BitRuntime As Boolean) As IDTSServerExecution100
Parameters
- bstrServerName
- String
- bstrServerUserName
- String
- bstrServerPassword
- String
- bstrPackagePath
- String
- bstrReferenceId
- String
- bUse32BitRuntime
- Boolean
Returns
- Attributes