Класс Event
Represents an event registered with the report server.
Иерархия наследования
System. . :: . .Object
ReportService2006..::..Event
Пространство имен: ReportService2006
Сборка: ReportService2006 (в ReportService2006.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class Event
'Применение
Dim instance As Event
[SerializableAttribute]
public class Event
[SerializableAttribute]
public ref class Event
[<SerializableAttribute>]
type Event = class end
public class Event
Тип Event обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Type | Gets the name of the event that is registered with the report server. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
You use events with Службы Reporting Services subscriptions. For more information about report subscriptions, see Подписка и доставка (службы Reporting Services).
An array of Event objects is returned as output from the ListEvents method.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.