EventsDataSet.EventDataTable.Item 属性
在EventDataTable,其中由索引指定的行中获取 row 对象。
命名空间: WebSvcEvents
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Item ( _
index As Integer _
) As EventsDataSet.EventRow
Get
用法
Dim instance As EventsDataSet.EventDataTable
Dim index As Integer
Dim value As EventsDataSet.EventRow
value = instance.Item(index)
public EventsDataSet.EventRow this[
int index
] { get; }
参数
index
类型:System.Int32指定的行。
属性值
类型:WebSvcEvents.EventsDataSet.EventRow
Row 对象。
另请参阅
引用
EventsDataSet.EventDataTable 类