Compartilhar via


ReminderSubscriptionInfoDataSet class

Usado para manter conjuntos de baseado em data lembretes aos usuários sobre as tarefas de gerenciamento de projeto.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcNotifications.ReminderSubscriptionInfoDataSet

Namespace:  WebSvcNotifications
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
<SerializableAttribute> _
Public Class ReminderSubscriptionInfoDataSet _
    Inherits DataSet
'Uso
Dim instance As ReminderSubscriptionInfoDataSet
[SerializableAttribute]
public class ReminderSubscriptionInfoDataSet : DataSet

Comentários

Este conjunto de dados armazena objetos ReminderSubscriptionInfoDataSet.ReminderSubscriptionInfoDataTable .

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 members

WebSvcNotifications namespace