Freigeben über


IDTSSupportPerfRecorder100-Schnittstelle

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

Represents the interface for the support for the performance recorder.

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

Syntax

'Declaration
<GuidAttribute("66C98826-11C8-4359-81CF-AE270AF61519")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSSupportPerfRecorder100
'Usage
Dim instance As IDTSSupportPerfRecorder100
[GuidAttribute("66C98826-11C8-4359-81CF-AE270AF61519")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSSupportPerfRecorder100
[GuidAttribute(L"66C98826-11C8-4359-81CF-AE270AF61519")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSSupportPerfRecorder100
[<GuidAttribute("66C98826-11C8-4359-81CF-AE270AF61519")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSSupportPerfRecorder100 =  interface end
public interface IDTSSupportPerfRecorder100

Der IDTSSupportPerfRecorder100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetPerfRecorder Infrastruktur Gets the performance recorder.
Öffentliche Methode SetPerfRecorder Infrastruktur Sets the performance recorder.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace