Compartilhar via


ProjectImpactDataSet.LookupTableValuesDataTable classe

Contém valores de pesquisa de projeto em um ou mais objetos ProjectImpactDataSet.LookupTableValuesRow .

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcProject.ProjectImpactDataSet.LookupTableValuesDataTable

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

Sintaxe

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

ProjectImpactDataSet.LookupTableValuesDataTable membros

WebSvcProject namespace