isIndexed 要素 (検索コネクタ スキーマ)
オプションの Boolean <isIndexed> 要素は、検索コネクタで記述された場所にインデックスを付け (ローカルまたはリモートで Windows Search 4 以降を使用) するかどうかを指定します。 ローカル フォルダーの既定値は true です。 この要素には子要素がなく、属性もありません。
構文
<!-- isIndexed -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="isIndexed" type="xsIboolean" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
要素情報
Parent 要素 | 子要素 |
---|---|
searchConnectorDescriptionType 要素 (検索コネクタ スキーマ) |
例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<isIndexed>false</isIndexed>
...
</searchConnectionDescription>