Partilhar via


Classe WeeklyRecurrence

Represents the number of weeks and the days of the week on which a scheduled report runs.

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class WeeklyRecurrence _
    Inherits RecurrencePattern
'Uso
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

Comentários

Use the WeeklyRecurrence class with the Item property to specify a recurrence pattern in minutes.

Hierarquia de herança

System. . :: . .Object
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..WeeklyRecurrence

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.