Share via


IDTSServerExecution100.ExecutionID Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets a 64-bit integer that represents the unique identifier for the instance of execution.

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

Syntax

'Declaration
ReadOnly Property ExecutionID As Long 
    Get
'Usage
Dim instance As IDTSServerExecution100 
Dim value As Long 

value = instance.ExecutionID
long ExecutionID { get; }
property long long ExecutionID {
    long long get ();
}
abstract ExecutionID : int64
function get ExecutionID () : long

Property Value

Type: System.Int64
A 64-bit integer that represents the unique identifier for the instance of execution.

Remarks

For more information, see SsisServerExecution.

See Also

Reference

IDTSServerExecution100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace