Compartilhar via


EventsDataSet.EventDataTable.RemoveEventRow method

Exclui o objeto de linha especificada a EventDataTable.

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

Syntax

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

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

Parâmetros

Ver também

Referência

EventsDataSet.EventDataTable class

EventsDataSet.EventDataTable members

WebSvcEvents namespace