Share via


IDTSSupportPerfRecorder100.SetPerfRecorder Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets the performance recorder.

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

Syntax

'Declaration
Sub SetPerfRecorder ( _
    pPerfRecorder As IDTSPerfRecorder100 _
)
'Usage
Dim instance As IDTSSupportPerfRecorder100 
Dim pPerfRecorder As IDTSPerfRecorder100

instance.SetPerfRecorder(pPerfRecorder)
void SetPerfRecorder(
    IDTSPerfRecorder100 pPerfRecorder
)
void SetPerfRecorder(
    [InAttribute] IDTSPerfRecorder100^ pPerfRecorder
)
abstract SetPerfRecorder : 
        pPerfRecorder:IDTSPerfRecorder100 -> unit
function SetPerfRecorder(
    pPerfRecorder : IDTSPerfRecorder100
)

Parameters

See Also

Reference

IDTSSupportPerfRecorder100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace