ISchemaOperations.GetCrawledProperty - Méthode

Obtention d'une propriété analysé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 GetCrawledProperty ( _
    propertySet As Guid, _
    name As String, _
    includeNumSamples As Integer, _
    includeManagedMappedProperties As Boolean, _
    owner As SearchObjectOwner _
) As CrawledPropertyInfo
'Utilisation
Dim instance As ISchemaOperations
Dim propertySet As Guid
Dim name As String
Dim includeNumSamples As Integer
Dim includeManagedMappedProperties As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As CrawledPropertyInfo

returnValue = instance.GetCrawledProperty(propertySet, _
    name, includeNumSamples, includeManagedMappedProperties, _
    owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
CrawledPropertyInfo GetCrawledProperty(
    Guid propertySet,
    string name,
    int includeNumSamples,
    bool includeManagedMappedProperties,
    SearchObjectOwner owner
)

Paramètres

  • propertySet
    Type : System.Guid

    Le Guid de la propriété jeu qui contient la propriété analysée.

  • name
    Type : System.String

    Nom de la propriété analysée à récupérer.

  • includeNumSamples
    Type : System.Int32

    Ce paramètre est ignoré.

  • includeManagedMappedProperties
    Type : System.Boolean

    Si vous souhaitez inclure les mappages des propriétés gérées.

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo
La propriété analysée trouvée. Lève une exception si la propriété analysée est introuvable.

Voir aussi

Référence

ISchemaOperations interface

ISchemaOperations - Membres

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