IDTSPackageInternal100.SetISServerExecutionID 方法

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

Sets the Integration Services server execution ID of the package.

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

语法

声明
Sub SetISServerExecutionID ( _
    ISServerExecutionID As Long _
)
用法
Dim instance As IDTSPackageInternal100 
Dim ISServerExecutionID As Long

instance.SetISServerExecutionID(ISServerExecutionID)
void SetISServerExecutionID(
    long ISServerExecutionID
)
void SetISServerExecutionID(
    [InAttribute] long long ISServerExecutionID
)
abstract SetISServerExecutionID : 
        ISServerExecutionID:int64 -> unit
function SetISServerExecutionID(
    ISServerExecutionID : long
)

参数

  • ISServerExecutionID
    类型:System.Int64
    The Integration Services server execution ID to set.

请参阅

参考

IDTSPackageInternal100 接口

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