Metodo IDTSPackageInternal100.SetISServerExecutionID
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the Integration Services server execution ID of the package.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub SetISServerExecutionID ( _
ISServerExecutionID As Long _
)
'Utilizzo
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
)
Parametri
- ISServerExecutionID
Tipo: System.Int64
The Integration Services server execution ID to set.