共用方式為


isIndexed 元素 (搜尋連接器架構)

選用的 Boolean < isIndexed > 元素會指定搜尋連接器所描述的位置是 (本機還是遠端使用 Windows 搜尋 4 或更高版本) 編制索引。 本機資料夾的預設值為 true。 這個專案沒有子專案,也沒有屬性。

Syntax

<!-- 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>