IDTSExecutionMetrics100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see IDTSExecutionMetrics.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("0C076225-596B-45F6-AEE3-15BABAB8A95C")> _
Public Interface IDTSExecutionMetrics100
'Usage
Dim instance As IDTSExecutionMetrics100
[GuidAttribute("0C076225-596B-45F6-AEE3-15BABAB8A95C")]
public interface IDTSExecutionMetrics100
[GuidAttribute(L"0C076225-596B-45F6-AEE3-15BABAB8A95C")]
public interface class IDTSExecutionMetrics100
[<GuidAttribute("0C076225-596B-45F6-AEE3-15BABAB8A95C")>]
type IDTSExecutionMetrics100 = interface end
public interface IDTSExecutionMetrics100
The IDTSExecutionMetrics100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExecutionDuration | Infrastructure. For more information, see IDTSExecutionMetrics. | |
StartTime | Infrastructure. For more information, see IDTSExecutionMetrics. | |
StopTime | Infrastructure. For more information, see IDTSExecutionMetrics. |
Top