Partager via


Category.CreateCrawledProperty - Méthode (String, Boolean, Guid, Int32)

Remarque : cette API est désormais obsolète.

Crée une propriété analysée pour la catégorie.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(string,bool,Guid) instead.")> _
Public Function CreateCrawledProperty ( _
    propertyName As String, _
    isNameEnum As Boolean, _
    propset As Guid, _
    variantType As Integer _
) As CrawledProperty
'Utilisation
Dim instance As Category
Dim propertyName As String
Dim isNameEnum As Boolean
Dim propset As Guid
Dim variantType As Integer
Dim returnValue As CrawledProperty

returnValue = instance.CreateCrawledProperty(propertyName, _
    isNameEnum, propset, variantType)
[ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(string,bool,Guid) instead.")]
public CrawledProperty CreateCrawledProperty(
    string propertyName,
    bool isNameEnum,
    Guid propset,
    int variantType
)

Paramètres

  • propertyName
    Type : System.String

    Chaîne qui spécifie le nom de la propriété analysée.

  • isNameEnum
    Type : System.Boolean

    Une valeur de type Boolean qui indique si le nom de la propriété analysée est énumérable.

  • propset
    Type : System.Guid

    GUID qui spécifie la propriété définie pour la propriété analysée.

  • variantType
    Type : System.Int32

    Entier 32 bits qui spécifie le type de données variant de la propriété analysée.

Valeur renvoyée

Type : Microsoft.Office.Server.Search.Administration.CrawledProperty
Un objet CrawledProperty représentant la propriété analysée créée.

Voir aussi

Référence

Category classe

Category - Membres

CreateCrawledProperty - Surcharge

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