Compartilhar via


FiscalYearDataSet.FiscalYearsDataTable class

Representa uma tabela de dados que mantém linhas de informações do ano fiscal.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcAdmin.FiscalYearDataSet.FiscalYearsDataTable

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

Syntax

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

Comentários

Cada linha da tabela de dados contém um objeto FiscalYearDataSet.FiscalYearsRow .

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

FiscalYearDataSet.FiscalYearsDataTable members

WebSvcAdmin namespace