Compartilhar via


LookupTableDataSet class

Representa uma ou mais tabelas de pesquisa.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcLookupTable.LookupTableDataSet

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

Syntax

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

Comentários

Para uma tabela de pesquisa que requer vários idiomas, use LookupTableMultiLangDataSet.

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

LookupTableDataSet members

WebSvcLookupTable namespace