RunningPackage.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.

請參閱

參考

RunningPackage 類別

Microsoft.SqlServer.Dts.Runtime 命名空間