Share via


Application.CreateSsisServerExecution(String, String, String, Boolean) 方法

定义

重要

此 API 不符合 CLS。

创建 SSIS 服务器执行。

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSServerExecution100 ^ CreateSsisServerExecution(System::String ^ serverName, System::String ^ packagePath, System::String ^ referenceId, bool use32BitRuntime);
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100 CreateSsisServerExecution (string serverName, string packagePath, string referenceId, bool use32BitRuntime);
[<System.CLSCompliant(false)>]
member this.CreateSsisServerExecution : string * string * string * bool -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
Public Function CreateSsisServerExecution (serverName As String, packagePath As String, referenceId As String, use32BitRuntime As Boolean) As IDTSServerExecution100

参数

serverName
String

服务器名称。

packagePath
String

包的路径。

referenceId
String

引用标识符。

use32BitRuntime
Boolean

指示是否应使用 32 位运行时在 64 位操作系统上运行包。

返回

已创建的 SSIS 服务器。

属性

适用于