ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable 类

用于维护一个集合的关于事件的项目用户基于日期的提醒。

继承层次结构

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable

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

语法

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

备注

数据表的每个data row包含ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow提醒对象。

线程安全性

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

另请参阅

引用

ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable 成员

WebSvcNotifications 命名空间