Classe WeeklyRecurrence
Represents the number of weeks and the days of the week on which a scheduled report runs.
Spazio dei nomi: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class WeeklyRecurrence _
Inherits RecurrencePattern
'Utilizzo
Dim instance As WeeklyRecurrence
[SerializableAttribute]
public class WeeklyRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class WeeklyRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type WeeklyRecurrence =
class
inherit RecurrencePattern
end
public class WeeklyRecurrence extends RecurrencePattern
Osservazioni
Use the WeeklyRecurrence class together with the Item property to specify a recurrence pattern in minutes.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2006. . :: . .RecurrencePattern
ReportService2006..::..WeeklyRecurrence
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.