Schema.GetCrawledProperty - Méthode (Guid, String, Int32)
Remarque : cette API est désormais obsolète.
Renvoie un objet CrawledProperty qui représente une propriété analysée à partir de la Application de service de recherched' schéma.
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(Guid, string) instead.")> _
Public Function GetCrawledProperty ( _
propset As Guid, _
name As String, _
variantType As Integer _
) As CrawledProperty
'Utilisation
Dim instance As Schema
Dim propset As Guid
Dim name As String
Dim variantType As Integer
Dim returnValue As CrawledProperty
returnValue = instance.GetCrawledProperty(propset, _
name, variantType)
[ObsoleteAttribute("VariantType is no longer supported. Use GetCrawledProperty(Guid, string) instead.")]
public CrawledProperty GetCrawledProperty(
Guid propset,
string name,
int variantType
)
Paramètres
propset
Type : System.GuidGUID qui spécifie la propriété la valeur de la propriété analysée à récupérer.
name
Type : System.StringChaîne qui spécifie le nom de la propriété analysée à récupérer.
variantType
Type : System.Int32Entier qui spécifie le type de données variant de la propriété analysée à récupérer.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.CrawledProperty
Un objet CrawledProperty représentant la propriété analysée qui correspond à la propriété est définie, nom et les données tapez des valeurs spécifiées dans les paramètres.
Voir aussi
Référence
GetCrawledProperty - Surcharge
Microsoft.Office.Server.Search.Administration - Espace de noms