CrawlStore class
Representa um banco de dados de rastreamento para o Search service application.
Inheritance hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.CrawlStore
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 CrawlStore
'Uso
Dim instance As CrawlStore
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class CrawlStore
Comentários
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.