SearchServiceApplication.GetManagedPropertyAliases - Méthode

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 SearchServiceApplication
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

Valeur renvoyée

Type : []

Implémentations

ISchemaOperations.GetManagedPropertyAliases(ManagedPropertyInfo, SearchObjectOwner)

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms