Compartilhar via


ProjectDataSet.DependencyDataTable classe

Representa informações sobre status de dependência do projeto que está contido em um ou mais objetos ProjectDataSet.DependencyRow .

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcStatusing.ProjectDataSet.DependencyDataTable

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class DependencyDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Uso
Dim instance As ProjectDataSet.DependencyDataTable
[SerializableAttribute]
public class DependencyDataTable : 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

ProjectDataSet.DependencyDataTable membros

WebSvcStatusing namespace