ISchemaOperations.GetManagedPropertyAliases - Méthode
Obtenez des alias pour une propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetManagedPropertyAliases ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As String()
'Utilisation
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As String()
returnValue = instance.GetManagedPropertyAliases(managedProperty, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
string[] GetManagedPropertyAliases(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Paramètres
managedProperty
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoLa propriété gérée à récupérer des alias pour.
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerReprésente la hiérarchie de Sharepoint dans laquelle se trouve la propriété gérée.
Valeur renvoyée
Type : []
Une liste des alias pour la propriété donnée connus pour le propriétaire donné.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms