SearchServiceApplication.GetAllCrawledProperties 方法

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Function GetAllCrawledProperties ( _
    filterString As String, _
    categoryName As String, _
    numManagedPropertyMapping As Integer, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
用法
Dim instance As SearchServiceApplication
Dim filterString As String
Dim categoryName As String
Dim numManagedPropertyMapping As Integer
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.GetAllCrawledProperties(filterString, _
    categoryName, numManagedPropertyMapping, _
    owner)
public List<CrawledPropertyInfo> GetAllCrawledProperties(
    string filterString,
    string categoryName,
    int numManagedPropertyMapping,
    SearchObjectOwner owner
)

参数

返回值

类型:System.Collections.Generic.List<CrawledPropertyInfo>

实现

ISchemaOperations.GetAllCrawledProperties(String, String, Int32, SearchObjectOwner)

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

Microsoft.Office.Server.Search.Administration 命名空间