Compartir a través de


del método SearchServiceApplicationProxy.GetManagedPropertyAliases

GetManagedPropertyAliases(ManagedPropertyInfo, SearchObjectOwner)

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Function GetManagedPropertyAliases ( _
    managedProperty As ManagedPropertyInfo, _
    owner As SearchObjectOwner _
) As String()
'Uso
Dim instance As SearchServiceApplicationProxy
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As String()

returnValue = instance.GetManagedPropertyAliases(managedProperty, _
    owner)
public string[] GetManagedPropertyAliases(
    ManagedPropertyInfo managedProperty,
    SearchObjectOwner owner
)

Parámetros

Valor devuelto

Tipo: []

Implementaciones

ISchemaOperations.GetManagedPropertyAliases(ManagedPropertyInfo, SearchObjectOwner)

Vea también

Referencia

clase SearchServiceApplicationProxy

Miembros SearchServiceApplicationProxy

Espacio de nombres Microsoft.Office.Server.Search.Administration