Classe MinuteRecurrence

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

Gerarchia di ereditarietà

System.Object
  ReportService2006.RecurrencePattern
    ReportService2006.MinuteRecurrence

Spazio dei nomi  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Sintassi

'Dichiarazione
Public Class MinuteRecurrence _
    Inherits RecurrencePattern
'Utilizzo
Dim instance As MinuteRecurrence
public class MinuteRecurrence : RecurrencePattern
public ref class MinuteRecurrence : public RecurrencePattern
type MinuteRecurrence =  
    class 
        inherit RecurrencePattern 
    end
public class MinuteRecurrence extends RecurrencePattern

Nel tipo MinuteRecurrence sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MinuteRecurrence Initializes a new instance of the MinuteRecurrence class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica MinutesInterval Gets or sets the interval, in minutes, at which a scheduled report runs.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi ReportService2006