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 | 識別已由另一個提供者定義的通道,或在包含中繼資料區段的資訊清單中。 |
備註
您可以指定最多八個通道, (您定義) 的任何匯入通道或通道組合。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |