共用方式為


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

選擇性的 Boolean <isIndexed> 元素會指定搜尋連接器描述的位置是否已編製索引(無論是在本機還是遠端使用 Windows 搜尋 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>