ISchemaOperations.UpdateCrawledProperty 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function UpdateCrawledProperty ( _
crawledProperty As CrawledPropertyInfo, _
owner As SearchObjectOwner _
) As CrawledPropertyInfo
用法
Dim instance As ISchemaOperations
Dim crawledProperty As CrawledPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As CrawledPropertyInfo
returnValue = instance.UpdateCrawledProperty(crawledProperty, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
CrawledPropertyInfo UpdateCrawledProperty(
CrawledPropertyInfo crawledProperty,
SearchObjectOwner owner
)
参数
crawledProperty
类型:Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo要更新的已爬网的属性。
owner
类型:Microsoft.Office.Server.Search.Administration.SearchObjectOwner表示在其中包含的已爬网的属性的 Sharepoint 层次结构。
返回值
类型:Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo
更新的已爬网的属性。
备注
即使CrawledPropertyInfo中的所有属性都是可写的仅在架构 OM 中读取某些属性只写属性将被更新。其余的值将被放弃。