다음을 통해 공유


IDTSComponentMetaData90.IncrementPipelinePerfCounter Method

Increments a data flow performance counter.

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<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
)

매개 변수

  • 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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSComponentMetaData90 Interface
IDTSComponentMetaData90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace