Compartilhar via


Método IDTSPackageInternal100.SetISServerExecutionID

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Sets the Integration Services server execution ID of the package.

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

Sintaxe

'Declaração
Sub SetISServerExecutionID ( _
    ISServerExecutionID As Long _
)
'Uso
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
)

Parâmetros

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

Consulte também

Referência

IDTSPackageInternal100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper