EventsDataSet.EventDataTable.AddEventRow 方法 (EventsDataSet.EventRow)

将一个EventRow对象添加到EventDataTable中。

命名空间:  WebSvcEvents
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Sub AddEventRow ( _
    row As EventsDataSet.EventRow _
)
用法
Dim instance As EventsDataSet.EventDataTable
Dim row As EventsDataSet.EventRow

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

参数

另请参阅

引用

EventsDataSet.EventDataTable 类

EventsDataSet.EventDataTable 成员

AddEventRow 重载

WebSvcEvents 命名空间