ResultTable - Classe

Représente une collection distincte des résultats de recherche renvoyés par une requête.

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.Search.Query.ResultTable

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

Syntaxe

'Déclaration
<KnownTypeAttribute("GetExplicitKnownTypes")> _
<DataContractAttribute(Namespace := "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class ResultTable _
    Implements IDataReader, IDisposable, IDataRecord
'Utilisation
Dim instance As ResultTable
[KnownTypeAttribute("GetExplicitKnownTypes")]
[DataContractAttribute(Namespace = "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class ResultTable : IDataReader, 
    IDisposable, IDataRecord

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

ResultTable - Membres

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