IDTSComponentMetaData100.IncrementPipelinePerfCounter(UInt32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- dwDifference
- UInt32
- 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 |