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
)
参数
row
类型:WebSvcEvents.EventsDataSet.EventRow包含要添加的行。
另请参阅
引用
EventsDataSet.EventDataTable 类