ISchemaOperations.GetManagedPropertyAliases 方法
获取托管属性的别名。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetManagedPropertyAliases ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As String()
用法
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As String()
returnValue = instance.GetManagedPropertyAliases(managedProperty, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
string[] GetManagedPropertyAliases(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
参数
managedProperty
类型:Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo要检索的别名的托管的属性。
owner
类型:Microsoft.Office.Server.Search.Administration.SearchObjectOwner表示 Sharepoint 层次结构中包含的托管的属性。
返回值
类型:[]
为给定的所有者知道给定属性的别名的列表。