Application.CreateSsisServerExecution 方法

Creates SSIS server execution.

此 API 不符合 CLS。 

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
Public Function CreateSsisServerExecution ( _
    serverName As String, _
    packagePath As String, _
    referenceId As String, _
    use32BitRuntime As Boolean _
) As IDTSServerExecution100
用法
Dim instance As Application 
Dim serverName As String 
Dim packagePath As String 
Dim referenceId As String 
Dim use32BitRuntime As Boolean 
Dim returnValue As IDTSServerExecution100 

returnValue = instance.CreateSsisServerExecution(serverName, _
    packagePath, referenceId, use32BitRuntime)
[CLSCompliantAttribute(false)]
public IDTSServerExecution100 CreateSsisServerExecution(
    string serverName,
    string packagePath,
    string referenceId,
    bool use32BitRuntime
)
[CLSCompliantAttribute(false)]
public:
IDTSServerExecution100^ CreateSsisServerExecution(
    String^ serverName, 
    String^ packagePath, 
    String^ referenceId, 
    bool use32BitRuntime
)
[<CLSCompliantAttribute(false)>]
member CreateSsisServerExecution : 
        serverName:string * 
        packagePath:string * 
        referenceId:string * 
        use32BitRuntime:bool -> IDTSServerExecution100
public function CreateSsisServerExecution(
    serverName : String, 
    packagePath : String, 
    referenceId : String, 
    use32BitRuntime : boolean
) : IDTSServerExecution100

参数

  • use32BitRuntime
    类型:System.Boolean
    Indicates if the 32-bit runtime is used to run the package on a 64-bit operating system.

返回值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
The created SSIS server.

请参阅

参考

Application 类

Microsoft.SqlServer.Dts.Runtime 命名空间