SearchServiceApplicationProxy.GetManagedPropertyAliases - Méthode
GetManagedPropertyAliases(ManagedPropertyInfo, SearchObjectOwner)
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetManagedPropertyAliases ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As String()
'Utilisation
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
)
Paramètres
- managedProperty
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Valeur renvoyée
Type : []
Implémentations
ISchemaOperations.GetManagedPropertyAliases(ManagedPropertyInfo, SearchObjectOwner)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms