Compartilhar via


ScheduleDataSet.ScheduleDataTable classe

Representa informações sobre status de agenda de projeto que está contido em um ou mais objetos ScheduleDataSet.ScheduleRow .

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcStatusing.ScheduleDataSet.ScheduleDataTable

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

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

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

ScheduleDataSet.ScheduleDataTable membros

WebSvcStatusing namespace