Compartilhar via


Classe MinuteRecurrence

Represents the intervals, in minutes, at which a scheduled report runs.

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class MinuteRecurrence _
    Inherits RecurrencePattern
'Uso
Dim instance As MinuteRecurrence
[SerializableAttribute]
public class MinuteRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MinuteRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MinuteRecurrence =  
    class
        inherit RecurrencePattern
    end
public class MinuteRecurrence extends RecurrencePattern

Comentários

Use a MinuteRecurrence object together with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.

Hierarquia de herança

System. . :: . .Object
  ReportService2006. . :: . .RecurrencePattern
    ReportService2006..::..MinuteRecurrence

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.