Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- pPerfRecorder
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPerfRecorder100
The performance recorder to set.