Compartilhar via


EventsDataSet.EventDataTable.AddEventRow method (Int32, String, String)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaração
Public Function AddEventRow ( _
    EventId As Integer, _
    SourceName As String, _
    EventName As String _
) As EventsDataSet.EventRow
'Uso
Dim instance As EventsDataSet.EventDataTable
Dim EventId As Integer
Dim SourceName As String
Dim EventName As String
Dim returnValue As EventsDataSet.EventRow

returnValue = instance.AddEventRow(EventId, _
    SourceName, EventName)
public EventsDataSet.EventRow AddEventRow(
    int EventId,
    string SourceName,
    string EventName
)

Parâmetros

Valor retornado

Type: WebSvcEvents.EventsDataSet.EventRow

Ver também

Referência

EventsDataSet.EventDataTable class

EventsDataSet.EventDataTable members

AddEventRow overload

WebSvcEvents namespace