共用方式為


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 命名空間