Freigeben über


IDTSPackageInternal100.SetISServerExecutionID-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Sets the Integration Services server execution ID of the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub SetISServerExecutionID ( _
    ISServerExecutionID As Long _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

IDTSPackageInternal100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace