IDTSPackageInternal100.SetISServerExecutionID Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- ISServerExecutionID
Type: System.Int64
The Integration Services server execution ID to set.