Schema.GetCrawledProperty, méthode (Microsoft.Office.Server.Search.Administration)
Returns a CrawledProperty object representing a crawled property from the search service's schema.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
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)
public CrawledProperty GetCrawledProperty (
Guid propset,
string name,
int variantType
)
Paramètres
- propset
A GUID that specifies the property set of the crawled property to retrieve.
- name
A string that specifies the name of the crawled property to retrieve.
- variantType
An integer that specifies the variant data type of the crawled property to retrieve.
Valeur de retour
A CrawledProperty object representing the crawled property that matches the property set, name, and data type values specified in the parameters.
Voir aussi
Référence
Schema, classe
Membres Schema
Microsoft.Office.Server.Search.Administration, espace de noms