Freigeben über


IDTSPerfRecorder100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the interface for the performance recorder.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")> _
Public Interface IDTSPerfRecorder100
'Usage
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

Der IDTSPerfRecorder100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetCounterValues Infrastruktur Retrieves the values of the counter.
Öffentliche Methode UpdateCounter32 Infrastruktur Updates the counter for the 32 bit signed integers.
Öffentliche Methode UpdateCounter64 Infrastruktur Updates the counter for the 64 bit signed integers.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace