다음을 통해 공유


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 네임스페이스