SSIS 2012: 파이프라인: 쓴 행 수

Microsoft.SQLServer.2012.SQLServer_SSIS_Pipeline_Rows_Written_15.0_minutes_2_Rule (Rule)

Knowledge Base article:

요약

이 카운터는 대상에 제공된 행 개수를 표시합니다. 대상 데이터 저장소에 쓰여진 행은 반영되지 않습니다. 이 카운터는 15분 간격으로 폴링됩니다.

모든 SQL Express 버전에서는 기본 제공되는 데이터 원본 커넥터와 함께 SQL Server 가져오기 및 내보내기 마법사만 지원합니다.

외부

자세한 내용은 온라인 설명서의 "데이터 흐름 엔진의 성능 모니터링" 항목을 참조하세요.

재정의 가능한 매개 변수

이름

설명

기본값

사용

워크플로를 사용하거나 사용하지 않도록 설정합니다.

빈도(초)

워크플로를 실행하는 반복 시간 간격(초)입니다.

900

Element properties:

TargetMicrosoft.SQLServer.2012.IntegrationServices
CategoryPerformanceCollection
EnabledTrue
Instance NameSQLServer:SSIS Pipeline 11.0
Counter NameRows written
Frequency900
Alert GenerateFalse
RemotableTrue
CommentMom2012ID='{88787309-771E-4C50-ABF1-0C7B962BAC00}';MOM2012GroupID={1F778D67-2E2C-4970-B2D1-FED33A1E440B}

Member Modules:

ID Module Type TypeId RunAs 
_26BA0776_C8F2_4D2A_9427_30FD70A9B909_ DataSource System.Performance.DataProvider Microsoft.SQLServer.SQLProbeAccount
CollectPerfData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectPerfDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SQLServer.2012.SQLServer_SSIS_Pipeline_Rows_Written_15.0_minutes_2_Rule" Target="SQL2012Core!Microsoft.SQLServer.2012.IntegrationServices" Enabled="true" ConfirmDelivery="false" Comment="Mom2012ID='{88787309-771E-4C50-ABF1-0C7B962BAC00}';MOM2012GroupID={1F778D67-2E2C-4970-B2D1-FED33A1E440B}">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="_26BA0776_C8F2_4D2A_9427_30FD70A9B909_" Comment="{26BA0776-C8F2-4D2A-9427-30FD70A9B909}" TypeID="SystemPerf!System.Performance.DataProvider" RunAs="SQL!Microsoft.SQLServer.SQLProbeAccount">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Rows written</CounterName>
<ObjectName>SQLServer:SSIS Pipeline 11.0</ObjectName>
<Frequency>900</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectPerfData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectPerfDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>