Compartilhar via


AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable class

Usado para manter uma coleção de alertas de assinatura.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcNotifications.AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable

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

Syntax

'Declaração
<SerializableAttribute> _
Public Class AlertSubscriptionInfoDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Uso
Dim instance As AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable
[SerializableAttribute]
public class AlertSubscriptionInfoDataTable : DataTable, 
    IEnumerable

Comentários

Cada linha da tabela de dados contém um objeto AlertSubscriptionInfoDataSet.AlertSubscriptionInfoRow .

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

AlertSubscriptionInfoDataSet.AlertSubscriptionInfoDataTable members

WebSvcNotifications namespace