<DispIdAttribute(123)> _ Sub IncrementPipelinePerfCounter ( _ dwCounterID As UInteger, _ dwDifference As UInteger _ )
[DispIdAttribute(123)] void IncrementPipelinePerfCounter ( uint dwCounterID, uint dwDifference )
[DispIdAttribute(123)] void IncrementPipelinePerfCounter ( unsigned int dwCounterID, unsigned int dwDifference )
/** @attribute DispIdAttribute(123) */ void IncrementPipelinePerfCounter ( UInt32 dwCounterID, UInt32 dwDifference )
DispIdAttribute(123) function IncrementPipelinePerfCounter ( dwCounterID : uint, dwDifference : uint )
The ID of the performance counter to increment.
The amount by which to increment the counter.
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