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.
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.