Gets the execution identifier of the instance.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public ReadOnly Property ExecutionID As Long
Get
'用途
Dim instance As SsisServerExecution
Dim value As Long
value = instance.ExecutionID
public long ExecutionID { get; }
public:
virtual property long long ExecutionID {
long long get () sealed;
}
abstract ExecutionID : int64
override ExecutionID : int64
final function get ExecutionID () : long
屬性值
型別:System.Int64
The execution ID.
實作
IDTSServerExecution100.ExecutionID