ForEachLoopClass.StartTime 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets the time that the container began execution. This property is read-only.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Overridable ReadOnly Default Property StartTime As DateTime
Get
'用途
Dim instance As ForEachLoopClass
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
A DateTime value that indicates when the container started running.
實作
IDTSExecutionMetrics100.StartTime