Classe Event
Represents an event registered with the report server.
Hierarquia de herança
System. . :: . .Object
ReportService2006..::..Event
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class Event
'Uso
Dim instance As Event
[SerializableAttribute]
public class Event
[SerializableAttribute]
public ref class Event
[<SerializableAttribute>]
type Event = class end
public class Event
O tipo Event expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Type | Gets the name of the event that is registered with the report server. |
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
You use events with Reporting Services subscriptions. For more information about report subscriptions, see Assinatura e entrega (Reporting Services).
An array of Event objects is returned as output from the ListEvents method.
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.