ISchemaOperations.GetManagedProperty - Méthode

Obtenir 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
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function GetManagedProperty ( _
    managedPropertyName As String, _
    owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Utilisation
Dim instance As ISchemaOperations
Dim managedPropertyName As String
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo

returnValue = instance.GetManagedProperty(managedPropertyName, _
    owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
ManagedPropertyInfo GetManagedProperty(
    string managedPropertyName,
    SearchObjectOwner owner
)

Paramètres

  • managedPropertyName
    Type : System.String

    Le nom de la propriété gérée à récupérer

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Un objet ManagedPropertyInfo .

Voir aussi

Référence

ISchemaOperations interface

ISchemaOperations - Membres

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