Classe MinuteRecurrence

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.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 with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.

Hierarquia de herança

System. . :: . .Object
  ReportService2005. . :: . .RecurrencePattern
    ReportService2005..::..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.