IDTSSupportPerfRecorder100.GetPerfRecorder Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the performance recorder.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetPerfRecorder As IDTSPerfRecorder100
'Usage
Dim instance As IDTSSupportPerfRecorder100
Dim returnValue As IDTSPerfRecorder100
returnValue = instance.GetPerfRecorder()
IDTSPerfRecorder100 GetPerfRecorder()
IDTSPerfRecorder100^ GetPerfRecorder()
abstract GetPerfRecorder : unit -> IDTSPerfRecorder100
function GetPerfRecorder() : IDTSPerfRecorder100
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPerfRecorder100
The performance recorder.