sidType (ChannelPublishingType) 要素

チャネルに書き込まれた各イベントにプリンシパルのセキュリティ識別子 (SID) を含めるかどうかを決定します。

<xs:element name="sidType">
    <xs:simpleType>
        <xs:restriction
            base="string"
        >
            <xs:enumeration
                value="None"
             />
            <xs:enumeration
                value="Publishing"
             />
        </xs:restriction>
    </xs:simpleType>
</xs:element>

sidType 要素は、ChannelPublishingType 複合型によって定義されます。

要件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]

こちらもご覧ください

親要素

publishing (ChannelType)