IDTSComponentMetaData90.IncrementPipelinePerfCounter Method
SQL Server 2005
Increments a data flow performance counter.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
[DispIdAttribute(123)] void IncrementPipelinePerfCounter ( uint dwCounterID, uint dwDifference )
/** @attribute DispIdAttribute(123) */ void IncrementPipelinePerfCounter ( UInt32 dwCounterID, UInt32 dwDifference )
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.
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.