次の方法で共有


EventsDataSet.EventDataTable.AddEventRow Method (EventsDataSet.EventRow)

Adds an EventRow object to the EventDataTable.

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 Sub AddEventRow ( _
    row As EventsDataSet.EventRow _
)
'Usage
Dim instance As EventsDataSet.EventDataTable
Dim row As EventsDataSet.EventRow

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

Parameters

See Also

Reference

EventsDataSet.EventDataTable Class

EventsDataSet.EventDataTable Members

AddEventRow Overload

Events Web Service