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