EventsDataSet.EventDataTable.NewEventRow 方法
在EventDataTable中创建一个行。
命名空间: WebSvcEvents
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function NewEventRow As EventsDataSet.EventRow
用法
Dim instance As EventsDataSet.EventDataTable
Dim returnValue As EventsDataSet.EventRow
returnValue = instance.NewEventRow()
public EventsDataSet.EventRow NewEventRow()
返回值
类型:WebSvcEvents.EventsDataSet.EventRow
新的 row 对象。
另请参阅
引用
EventsDataSet.EventDataTable 类