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. |
上層