IDTSExecutionMetrics100 Interface
This interface supports the SQL Server 2008 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
'Deklaracja
<TypeLibTypeAttribute(4160)> _
<DefaultMemberAttribute("StartTime")> _
<GuidAttribute("102C6D65-6683-47AF-A0F4-E6C108709B13")> _
Public Interface IDTSExecutionMetrics100
[TypeLibTypeAttribute(4160)]
[DefaultMemberAttribute("StartTime")]
[GuidAttribute("102C6D65-6683-47AF-A0F4-E6C108709B13")]
public interface IDTSExecutionMetrics100
[TypeLibTypeAttribute(4160)]
[DefaultMemberAttribute(L"StartTime")]
[GuidAttribute(L"102C6D65-6683-47AF-A0F4-E6C108709B13")]
public interface class IDTSExecutionMetrics100
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute DefaultMemberAttribute("StartTime") */
/** @attribute GuidAttribute("102C6D65-6683-47AF-A0F4-E6C108709B13") */
public interface IDTSExecutionMetrics100
TypeLibTypeAttribute(4160)
DefaultMemberAttribute("StartTime")
GuidAttribute("102C6D65-6683-47AF-A0F4-E6C108709B13")
public interface IDTSExecutionMetrics100
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also