共用方式為


IDTSExecutionMetrics 介面

Defines the metrics used to track the execution of a container.

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

語法

'宣告
Public Interface IDTSExecutionMetrics
'用途
Dim instance As IDTSExecutionMetrics
public interface IDTSExecutionMetrics
public interface class IDTSExecutionMetrics
type IDTSExecutionMetrics =  interface end
public interface IDTSExecutionMetrics

IDTSExecutionMetrics 型別公開下列成員。

屬性

  名稱 說明
公用屬性 ExecutionDuration Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only.
公用屬性 StartTime Returns the time that the container began execution. This property is read-only.
公用屬性 StopTime Returns the time that the container ended execution. This property is read-only.

上層

備註

This interface is inherited by DtsContainer and subsequently passed down to all containers.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime 命名空間