次の方法で共有


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:  [Events Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Events.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Events.asmx?wsdl

Syntax

'Declaration
Public Function AddEventRow ( _
    EventId As Integer, _
    SourceName As String, _
    EventName As String _
) As EventsDataSet.EventRow
'Usage
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
)

Parameters

Return Value

Type: [Events Web service].EventsDataSet.EventRow

See Also

Reference

EventsDataSet.EventDataTable Class

EventsDataSet.EventDataTable Members

AddEventRow Overload

Events Web Service