共用方式為


EventHandlersDataSet.EventHandlersDataTable 類別

會包含一或多個事件處理常式的 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

備註

每一列的運算列表包含的EventHandlersDataSet.EventHandlersRow物件,這會指定一個事件處理常式。

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

EventHandlersDataSet.EventHandlersDataTable 成員

WebSvcEvents 命名空間