Compartilhar via


EventHandlersDataSet.Tables property

Obtém a coleção de tabelas no EventHandlersDataSet.

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

Syntax

'Declaração
Public ReadOnly Property Tables As DataTableCollection
    Get
'Uso
Dim instance As EventHandlersDataSet
Dim value As DataTableCollection

value = instance.Tables
public DataTableCollection Tables { get; }

Property value

Type: System.Data.DataTableCollection

Ver também

Referência

EventHandlersDataSet class

EventHandlersDataSet members

WebSvcEvents namespace