Свойство ExecutionStartTime
Returns the time that the package started running.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public ReadOnly Property ExecutionStartTime As DateTime
Get
'Применение
Dim instance As RunningPackage
Dim value As DateTime
value = instance.ExecutionStartTime
public DateTime ExecutionStartTime { get; }
public:
property DateTime ExecutionStartTime {
DateTime get ();
}
member ExecutionStartTime : DateTime
function get ExecutionStartTime () : DateTime
Значение свойства
Тип: System. . :: . .DateTime
A DateTime value that indicates when the package started.