TaskHostClass.StartTime 屬性
此 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