Свойство IDTSServerExecution100.ExecutionID
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets a 64-bit integer that represents the unique identifier for the instance of execution.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
ReadOnly Property ExecutionID As Long
Get
'Применение
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
Значение свойства
Тип: System.Int64
A 64-bit integer that represents the unique identifier for the instance of execution.
Замечания
For more information, see SsisServerExecution.