Classe MinuteRecurrence
Represents the intervals, in minutes, at which a scheduled report runs.
Hierarquia de herança
System. . :: . .Object
ReportService2005. . :: . .RecurrencePattern
ReportService2005..::..MinuteRecurrence
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
O tipo MinuteRecurrence expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
MinuteRecurrence | Initializes a new instance of the MinuteRecurrence class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
MinutesInterval | The interval, in minutes, at which a scheduled report runs. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
Use a MinuteRecurrence object with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.