Printer Friendly Version      Send     
Click to Rate and Give Feedback
IDTSComponentMetaData90.IncrementPipelinePerfCounter Method

Increments a data flow performance counter.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Visual Basic (Declaration)
<DispIdAttribute(123)> _
Sub IncrementPipelinePerfCounter ( _
    dwCounterID As UInteger, _
    dwDifference As UInteger _
)
C#
[DispIdAttribute(123)] 
void IncrementPipelinePerfCounter (
    uint dwCounterID,
    uint dwDifference
)
C++
[DispIdAttribute(123)] 
void IncrementPipelinePerfCounter (
    unsigned int dwCounterID, 
    unsigned int dwDifference
)
J#
/** @attribute DispIdAttribute(123) */ 
void IncrementPipelinePerfCounter (
    UInt32 dwCounterID, 
    UInt32 dwDifference
)
JScript
DispIdAttribute(123) 
function IncrementPipelinePerfCounter (
    dwCounterID : uint, 
    dwDifference : uint
)

Parameters

dwCounterID

The ID of the performance counter to increment.

dwDifference

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


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker