Compartilhar via


ImportTimesheetDataSet.LinesDataTable classe

Representa informações sobre quadros de horários importados estão contidos em um ou mais objetos ImportTimesheetDataSet.LinesRow .

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcStatusing.ImportTimesheetDataSet.LinesDataTable

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

Sintaxe

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

ImportTimesheetDataSet.LinesDataTable membros

WebSvcStatusing namespace