EventsDataSet.EventDataTable 类

包含在项目服务器中的事件的列表。

继承层次结构

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcEvents.EventsDataSet.EventDataTable

命名空间:  WebSvcEvents
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<SerializableAttribute> _
Public Class EventDataTable _
    Inherits DataTable _
    Implements IEnumerable
用法
Dim instance As EventsDataSet.EventDataTable
[SerializableAttribute]
public class EventDataTable : DataTable, 
    IEnumerable

备注

数据表的每一行都包含一个EventsDataSet.EventRow对象,它指定一个事件。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

EventsDataSet.EventDataTable 成员

WebSvcEvents 命名空间