Compartilhar via


EventsDataSet.EventDataTable.AddEventRow method (EventsDataSet.EventRow)

Adiciona um objeto de EventRow a EventDataTable.

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

Syntax

'Declaração
Public Sub AddEventRow ( _
    row As EventsDataSet.EventRow _
)
'Uso
Dim instance As EventsDataSet.EventDataTable
Dim row As EventsDataSet.EventRow

instance.AddEventRow(row)
public void AddEventRow(
    EventsDataSet.EventRow row
)

Parâmetros

Ver também

Referência

EventsDataSet.EventDataTable class

EventsDataSet.EventDataTable members

AddEventRow overload

WebSvcEvents namespace