IDTSExecutionMetrics100 Interface
This API supports the .NET Framework 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("102C6D65-6683-47AF-A0F4-E6C108709B13")> _
Public Interface IDTSExecutionMetrics100
'Usage
Dim instance As IDTSExecutionMetrics100
[GuidAttribute("102C6D65-6683-47AF-A0F4-E6C108709B13")]
public interface IDTSExecutionMetrics100
[GuidAttribute(L"102C6D65-6683-47AF-A0F4-E6C108709B13")]
public interface class IDTSExecutionMetrics100
[<GuidAttribute("102C6D65-6683-47AF-A0F4-E6C108709B13")>]
type IDTSExecutionMetrics100 = interface end
public interface IDTSExecutionMetrics100
See Also