CalendarDataSet.CalendarExceptionsDataTable 类
提供表管理方法和类的信息,包括方法、 扩展名、 属性和字段,与索引 ;提供CalendarDataSet.CalendarExceptionsRow数据的行和列的操作。
继承层次结构
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcCalendar.CalendarDataSet.CalendarExceptionsDataTable
命名空间: WebSvcCalendar
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SerializableAttribute> _
Public Class CalendarExceptionsDataTable _
Inherits DataTable _
Implements IEnumerable
用法
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
[SerializableAttribute]
public class CalendarExceptionsDataTable : DataTable,
IEnumerable
备注
数据表的每一行都包含一个CalendarDataSet.CalendarExceptionsRow对象。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。