共用方式為


ForEachLoopClass.ExecutionDuration 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Overridable ReadOnly Property ExecutionDuration As Integer 
    Get
'用途
Dim instance As ForEachLoopClass 
Dim value As Integer 

value = instance.ExecutionDuration
public virtual int ExecutionDuration { get; }
public:
virtual property int ExecutionDuration {
    int get ();
}
abstract ExecutionDuration : int 
override ExecutionDuration : int
function get ExecutionDuration () : int

屬性值

型別:System.Int32
An Integer that contains the time that the container spent executing. The time is given in milliseconds.

實作

IDTSExecutionMetrics100.ExecutionDuration

請參閱

參考

ForEachLoopClass 類別

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間