Event-Klasse
Represents an event registered with the report server.
Vererbungshierarchie
System.Object
ReportService2006.Event
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Class Event
'Usage
Dim instance As Event
public class Event
public ref class Event
type Event = class end
public class Event
Der Event-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
Event | Initializes a new instance of the Event class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Type | Gets the name of the event that is registered with the report server. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
You use events with Reporting Services subscriptions. For more information about report subscriptions, see Abonnements und Übermittlung [Reporting Services].
An array of Event objects is returned as output from the ListEvents method.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.