데이터 웨어하우스의 게시된(사용자 지정 채널) 이벤트 데이터 공급자

Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProviderCustomChannel (DataSourceModuleType)

이 모듈은 사용자 지정 채널에 게시된 이벤트 데이터를 제공하는 수신기(고유 ID로 식별)로 사용됩니다.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Event.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProviderInternal Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProviderCustomChannel" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element name="ChannelId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource TypeID="Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProviderInternal" ID="DS1">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>$Config/ChannelId$</ChannelId>
<DropItems>false</DropItems>
<QueueDataOnStall>false</QueueDataOnStall>
<QueueDataStallInterval>PT2M</QueueDataStallInterval>
<StalledDataQueueSizeMB>100</StalledDataQueueSizeMB>
<StalledDataQueueMaximumAge>P14D</StalledDataQueueMaximumAge>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS1"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SystemCenter!Microsoft.SystemCenter.Event.LinkedData</OutputType>
</DataSourceModuleType>