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

説明

Reporting Services サブスクリプションでイベントを使用します。レポート サブスクリプションの詳細については、「サブスクリプションと配信 (Reporting Services)」を参照してください。

Event オブジェクトの配列は、ListEvents メソッドからの出力として返されます。

継承階層

System. . :: . .Object
  ReportService2006..::..Event

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。