Поделиться через


Класс Event

Represents an event registered with the report server.

Иерархия наследования

System.Object
  ReportService2010.Event

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.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 обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Event Initializes a new instance of the Event class.

В начало

Свойства

  Имя Описание
Открытое свойство 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2010