SsisServerExecution.ExecutionID 属性
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