SearchServiceApplication.UpdateManagedProperty 方法
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function UpdateManagedProperty ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As ManagedPropertyInfo
用法
Dim instance As SearchServiceApplication
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo
returnValue = instance.UpdateManagedProperty(managedProperty, _
owner)
public ManagedPropertyInfo UpdateManagedProperty(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
参数
- managedProperty
类型:Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
返回值
类型:Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
实现
ISchemaOperations.UpdateManagedProperty(ManagedPropertyInfo, SearchObjectOwner)