SearchServiceApplication.SetManagedPropertyAliases 方法

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

语法

声明
Public Sub SetManagedPropertyAliases ( _
    managedProperty As ManagedPropertyInfo, _
    aliases As String(), _
    owner As SearchObjectOwner _
)
用法
Dim instance As SearchServiceApplication
Dim managedProperty As ManagedPropertyInfo
Dim aliases As String()
Dim owner As SearchObjectOwner

instance.SetManagedPropertyAliases(managedProperty, _
    aliases, owner)
public void SetManagedPropertyAliases(
    ManagedPropertyInfo managedProperty,
    string[] aliases,
    SearchObjectOwner owner
)

参数

  • aliases
    类型:[]

实现

ISchemaOperations.SetManagedPropertyAliases(ManagedPropertyInfo, [], SearchObjectOwner)

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

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