Share via


EventHandlersDataSet.EventHandlersDataTable クラス

1 つまたは複数のイベント ハンドラーを Project Server のイベントに関する情報が含まれています。

継承階層

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcEvents.EventHandlersDataSet.EventHandlersDataTable

名前空間:  WebSvcEvents
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Class EventHandlersDataTable _
    Inherits DataTable _
    Implements IEnumerable
'使用
Dim instance As EventHandlersDataSet.EventHandlersDataTable
[SerializableAttribute]
public class EventHandlersDataTable : DataTable, 
    IEnumerable

注釈

データ テーブルの行ごとに、1 つのイベント ハンドラーを指定します。 EventHandlersDataSet.EventHandlersRowオブジェクトが含まれます。

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

EventHandlersDataSet.EventHandlersDataTable メンバー

WebSvcEvents 名前空間