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