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. |
页首