Classe MinuteRecurrence
Represents the intervals, in minutes, at which a scheduled report runs.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010. . :: . .RecurrencePattern
ReportService2010..::..MinuteRecurrence
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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 | Gets or sets 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 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.