IDTSSupportPerfRecorder100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The IDTSSupportPerfRecorder100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPerfRecorder | Infrastructure. Gets the performance recorder. | |
SetPerfRecorder | Infrastructure. Sets the performance recorder. |
Top