Classe Event
Represents an event registered with the report server.
Hierarquia de herança
System.Object
ReportService2010.Event
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.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.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
Event | Initializes a new instance of the Event class. |
Início
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 Assinaturas 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.