Compartilhar via


SPContentDatabase.LastSearchCrawlSyncTime property

Obtém ou define o último tempo de sincronização para pesquisa.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property LastSearchCrawlSyncTime As DateTime
    Get
    Set
'Uso
Dim instance As SPContentDatabase
Dim value As DateTime

value = instance.LastSearchCrawlSyncTime

instance.LastSearchCrawlSyncTime = value
public DateTime LastSearchCrawlSyncTime { get; set; }

Property value

Type: System.DateTime
O último tempo de sincronização.

Ver também

Referência

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace