ISchemaOperations.QueryCrawledProperties - Méthode
Requête de propriétés analysées.
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 QueryCrawledProperties ( _
category As CategoryInfo, _
findValue As String, _
count As Integer, _
lastPropset As Guid, _
lastPropertyName As String, _
forward As Boolean, _
includeManagedMappedProperties As Boolean, _
owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Utilisation
Dim instance As ISchemaOperations
Dim category As CategoryInfo
Dim findValue As String
Dim count As Integer
Dim lastPropset As Guid
Dim lastPropertyName As String
Dim forward As Boolean
Dim includeManagedMappedProperties As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)
returnValue = instance.QueryCrawledProperties(category, _
findValue, count, lastPropset, lastPropertyName, _
forward, includeManagedMappedProperties, _
owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
List<CrawledPropertyInfo> QueryCrawledProperties(
CategoryInfo category,
string findValue,
int count,
Guid lastPropset,
string lastPropertyName,
bool forward,
bool includeManagedMappedProperties,
SearchObjectOwner owner
)
Paramètres
category
Type : Microsoft.Office.Server.Search.Administration.CategoryInfoLimiter les propriétés analysées à une catégorie donnée. Utilisez [null] ne pas limiter à une seule catégorie.
findValue
Type : System.StringLimiter les propriétés analysées à celles contenant la valeur fournie. La casse est ignorée. Utilisez [null] pour aucune restriction.
count
Type : System.Int32Le nombre maximal de propriétés analysées à renvoyer. Utilisez 0 pour ne pas limiter la recherche.
lastPropset
Type : System.GuidLe Guid de la propriété juste avant l'ensemble des propriétés à récupérer.
lastPropertyName
Type : System.StringLe nom de la propriété juste avant le jeu de propriétés à récupérer.
forward
Type : System.BooleanS'il faut rechercher avant ou en arrière à partir de lastPropertyName.
includeManagedMappedProperties
Type : System.BooleanInclure les mappages des propriétés gérées dans le résultat.
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerReprésente la hiérarchie Sharepoint dans lequel les propriétés analysées sont contenues.
Valeur renvoyée
Type : System.Collections.Generic.List<CrawledPropertyInfo>
Une liste d'objets de CrawledPropertyInfo .
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms