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 命名空间