IDTSComponentMetaData100.IncrementPipelinePerfCounter(UInt32, UInt32) Method

Definition

Increments a data flow performance counter.

public:
 void IncrementPipelinePerfCounter(System::UInt32 dwCounterID, System::UInt32 dwDifference);
[System.Runtime.InteropServices.DispId(123)]
public void IncrementPipelinePerfCounter (uint dwCounterID, uint dwDifference);
[<System.Runtime.InteropServices.DispId(123)>]
abstract member IncrementPipelinePerfCounter : uint32 * uint32 -> unit
Public Sub IncrementPipelinePerfCounter (dwCounterID As UInteger, dwDifference As UInteger)

Parameters

dwCounterID
UInt32

The ID of the performance counter to increment.

dwDifference
UInt32

The amount by which to increment the counter.

Attributes

Remarks

This method increments one of the following data flow performance counters.

Performance Counter ID
DTS_PIPELINE_CTR_ROWSREAD 101
DTS_PIPELINE_CTR_ROWSWRITTEN 103
DTS_PIPELINE_CTR_BLOBBYTESREAD 116
DTS_PIPELINE_CTR_BLOBBYTESWRITTEN 118

Applies to