Compartilhar via


SearchServiceApplicationProxy.SetManagedPropertyAliases method

SetManagedPropertyAliases(ManagedPropertyInfo, [], SearchObjectOwner)

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Sub SetManagedPropertyAliases ( _
    managedProperty As ManagedPropertyInfo, _
    aliases As String(), _
    owner As SearchObjectOwner _
)
'Uso
Dim instance As SearchServiceApplicationProxy
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
)

Parâmetros

  • aliases
    Type: []

Implements

ISchemaOperations.SetManagedPropertyAliases(ManagedPropertyInfo, [], SearchObjectOwner)

Ver também

Referência

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace