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>
子元素
元素 | 类型 | 说明 |
---|---|---|
通道 | ChannelType | 定义可将事件记录到的通道。 |
importChannel | ImportChannelType | 标识由另一个提供程序或在包含元数据节的清单中定义的通道。 |
备注
最多可以指定 8 个通道, (导入的通道或) 定义的通道的任意组合。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |