Schema.QueryCrawledProperties - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function QueryCrawledProperties ( _
filter As String, _
cMaxProps As Integer, _
lastPropset As Guid, _
lastPropertyName As String, _
forwardDirection As Boolean _
) As IEnumerable
'Utilisation
Dim instance As Schema
Dim filter As String
Dim cMaxProps As Integer
Dim lastPropset As Guid
Dim lastPropertyName As String
Dim forwardDirection As Boolean
Dim returnValue As IEnumerable
returnValue = instance.QueryCrawledProperties(filter, _
cMaxProps, lastPropset, lastPropertyName, _
forwardDirection)
public IEnumerable QueryCrawledProperties(
string filter,
int cMaxProps,
Guid lastPropset,
string lastPropertyName,
bool forwardDirection
)
Paramètres
- filter
Type : System.String
- cMaxProps
Type : System.Int32
- lastPropset
Type : System.Guid
- lastPropertyName
Type : System.String
- forwardDirection
Type : System.Boolean
Valeur renvoyée
Type : System.Collections.IEnumerable
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms