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.