Compartilhar via


CrawlStoreCollection class

Representa uma coleção de bancos de dados de rastreamento.

Inheritance hierarchy

System.Object
  UpdatableCollection<Guid, CrawlStore>
    Microsoft.Office.Server.Search.Administration.CrawlStoreCollection

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class CrawlStoreCollection _
    Inherits UpdatableCollection(Of Guid, CrawlStore)
'Uso
Dim instance As CrawlStoreCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class CrawlStoreCollection : UpdatableCollection<Guid, CrawlStore>

Comentários

Em Microsoft SharePoint Server 2010 search, bancos de dados de rastreamento contêm dados relacionados para o local de fontes de conteúdo, agendamentos e outras informações específicas para operações de rastreamento para um determinado Search service application.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

CrawlStoreCollection members

Microsoft.Office.Server.Search.Administration namespace