ApplicationClass.CreateSsisServerExecution 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Creates SSIS server execution.

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

语法

声明
Public Overridable Function CreateSsisServerExecution ( _
    bstrServerName As String, _
    bstrPackagePath As String, _
    bstrReferenceId As String, _
    bUse32BitRuntime As Boolean _
) As IDTSServerExecution100
用法
Dim instance As ApplicationClass 
Dim bstrServerName As String 
Dim bstrPackagePath As String 
Dim bstrReferenceId As String 
Dim bUse32BitRuntime As Boolean 
Dim returnValue As IDTSServerExecution100 

returnValue = instance.CreateSsisServerExecution(bstrServerName, _
    bstrPackagePath, bstrReferenceId, _
    bUse32BitRuntime)
public virtual IDTSServerExecution100 CreateSsisServerExecution(
    string bstrServerName,
    string bstrPackagePath,
    string bstrReferenceId,
    bool bUse32BitRuntime
)
public:
virtual IDTSServerExecution100^ CreateSsisServerExecution(
    [InAttribute] String^ bstrServerName, 
    [InAttribute] String^ bstrPackagePath, 
    [InAttribute] String^ bstrReferenceId, 
    [InAttribute] bool bUse32BitRuntime
)
abstract CreateSsisServerExecution : 
        bstrServerName:string * 
        bstrPackagePath:string * 
        bstrReferenceId:string * 
        bUse32BitRuntime:bool -> IDTSServerExecution100  
override CreateSsisServerExecution : 
        bstrServerName:string * 
        bstrPackagePath:string * 
        bstrReferenceId:string * 
        bUse32BitRuntime:bool -> IDTSServerExecution100
public function CreateSsisServerExecution(
    bstrServerName : String, 
    bstrPackagePath : String, 
    bstrReferenceId : String, 
    bUse32BitRuntime : boolean
) : IDTSServerExecution100

参数

  • bstrPackagePath
    类型:System.String
    The path for the package.
  • bstrReferenceId
    类型:System.String
    The reference identifier.
  • bUse32BitRuntime
    类型:System.Boolean
    true to indicate that the 32-bit runtime is used to run the package on a 64-bit operating system; otherwise, false.

返回值

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

实现

IDTSApplication100.CreateSsisServerExecution(String, String, String, Boolean)

请参阅

参考

ApplicationClass 类

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间