IDTSPerfRecorder100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents the interface for the performance recorder.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")> _
Public Interface IDTSPerfRecorder100
用法
Dim instance As IDTSPerfRecorder100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")]
public interface IDTSPerfRecorder100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"299F29A4-F752-462B-9855-6648A45166F9")]
public interface class IDTSPerfRecorder100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")>]
type IDTSPerfRecorder100 =  interface end
public interface IDTSPerfRecorder100

IDTSPerfRecorder100 类型公开以下成员。

方法

  名称 说明
公共方法 GetCounterValues 基础结构。Retrieves the values of the counter.
公共方法 UpdateCounter32 基础结构。Updates the counter for the 32 bit signed integers.
公共方法 UpdateCounter64 基础结构。Updates the counter for the 64 bit signed integers.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间