Classe MinuteRecurrence
Represents the intervals, in minutes, at which a scheduled report runs.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2005. . :: . .RecurrencePattern
ReportService2005..::..MinuteRecurrence
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class MinuteRecurrence _
Inherits RecurrencePattern
'Utilizzo
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
Nel tipo MinuteRecurrence sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
MinuteRecurrence | Initializes a new instance of the MinuteRecurrence class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
MinutesInterval | The interval, in minutes, at which a scheduled report runs. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use a MinuteRecurrence object 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.