Freigeben über


SPTimerService.SweepSchedule-Eigenschaft

Ruft ab oder legt eine Microsoft.SharePoint.SPSchedule -Instanz, die den Sweep Zeitplan für den Timer-Dienst gibt an.

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

Syntax

'Declaration
Public Property SweepSchedule As SPSchedule
    Get
    Set
'Usage
Dim instance As SPTimerService
Dim value As SPSchedule

value = instance.SweepSchedule

instance.SweepSchedule = value
public SPSchedule SweepSchedule { get; set; }

Eigenschaftswert

Typ: Microsoft.SharePoint.SPSchedule
Gibt eine Microsoft.SharePoint.SPSchedule -Instanz, die den Sweep Zeitplan für den neuen Timerdienst darstellt. Der Standardwert ist stündlich.

Siehe auch

Referenz

SPTimerService Klasse

SPTimerService-Member

Microsoft.SharePoint.Administration-Namespace

InitialSweepSchedule

SPSchedule