Where 元素 (XMLA)
語法
<Drop> <!-- or Update -->
...
<Where>
<Attributes>...</Attributes>
</Where>
...
</Insert>
元素特性
特性 |
描述 |
---|---|
資料類型和長度 |
無 |
預設值 |
無 |
基數 |
1-1: 只出現一次的必要元素。 |
備註
若為 Drop 命令,與 DeleteWithDescendants 元素結合的 Where 元素會識別要卸除之屬性成員的範圍。
若為 Update 命令,Where 元素會識別要更新之屬性成員的範圍。您可以使用 Update 父命令之 Attributes 集合和 Where 元素之 Attributes 集合中包含的屬性組合來更新多個屬性成員。
如需有關刪除和更新屬性成員的詳細資訊,請參閱<插入、更新和卸除成員 (XMLA)>。