ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable class
Usado para manter uma coleção com base em data lembretes sobre eventos para usuários do projeto.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcNotifications.ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
Namespace: WebSvcNotifications
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
<SerializableAttribute> _
Public Class ReminderSubscriptionInfoDataTable _
Inherits DataTable _
Implements IEnumerable
'Uso
Dim instance As ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable
[SerializableAttribute]
public class ReminderSubscriptionInfoDataTable : DataTable,
IEnumerable
Comentários
Cada data row da tabela de dados contém um objeto de lembrete de ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoRow .
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Ver também
Referência
ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable members