ISchemaOperations.GetAllCrawledProperties 方法
返回"所有"已爬网属性。可以限制通过分类和匹配的已爬网的属性名称的筛选器字符串。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetAllCrawledProperties ( _
filterValue As String, _
categoryName As String, _
numManagedPropertyMapping As Integer, _
owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
用法
Dim instance As ISchemaOperations
Dim filterValue As String
Dim categoryName As String
Dim numManagedPropertyMapping As Integer
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)
returnValue = instance.GetAllCrawledProperties(filterValue, _
categoryName, numManagedPropertyMapping, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<CrawledPropertyInfo> GetAllCrawledProperties(
string filterValue,
string categoryName,
int numManagedPropertyMapping,
SearchObjectOwner owner
)
参数
filterValue
类型:System.String按名称筛选返回的已爬网的属性。忽略大小写。**[null]**用于不受限制。
categoryName
类型:System.String筛选返回的特定类别的已爬网。**[null]**用于不受限制。
numManagedPropertyMapping
类型:System.Int32要包括的每个已爬网属性的托管的属性映射的数目。0 =-1 的所有无。
owner
类型:Microsoft.Office.Server.Search.Administration.SearchObjectOwner表示 Sharepoint 层次结构中包含的已爬网的属性。
返回值
类型:System.Collections.Generic.List<CrawledPropertyInfo>
匹配已爬网的属性的列表。