ChannelListType 복합 형식

공급자가 이벤트를 기록할 수 있는 채널 목록을 정의합니다.

<xs:complexType name="ChannelListType">
    <xs:choice
        minOccurs="0"
        maxOccurs="8"
    >
        <xs:element name="importChannel"
            type="ImportChannelType"
         />
        <xs:element name="channel"
            type="ChannelType"
         />
        <xs:any
            processContents="lax"
            minOccurs="0"
            maxOccurs="unbounded"
            namespace="##other"
         />
    </xs:choice>
    <xs:anyAttribute
        namespace="##other"
     />
</xs:complexType>

자식 요소

요소 Type Description
채널 ChannelType 이벤트를 기록할 수 있는 채널을 정의합니다.
importChannel ImportChannelType 다른 공급자 또는 메타데이터 섹션이 포함된 매니페스트에서 정의한 채널을 식별합니다.

설명

최대 8개의 채널(사용자가 정의하는 가져온 채널 또는 채널의 조합)을 지정할 수 있습니다.

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2008 [데스크톱 앱만 해당]