PackageRemote64Class.StartTime 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the time when the package starts execution.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Overridable ReadOnly Default Property StartTime As DateTime
Get
用法
Dim instance As PackageRemote64Class
Dim value As DateTime
value = instance
public virtual DateTime this { get; }
public:
virtual property DateTime default {
DateTime get ();
}
abstract StartTime : DateTime
override StartTime : DateTime
function get StartTime () : DateTime
属性值
类型:System.DateTime
The time when the package starts execution.
实现
IDTSExecutionMetrics100.StartTime