TimesheetManagersDataSet.TimesheetManagersDataTable.Item 属性
在TimesheetManagersDataTable中的指定的索引位置获取的时间管理器信息的行。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Item ( _
index As Integer _
) As TimesheetManagersDataSet.TimesheetManagersRow
Get
用法
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim index As Integer
Dim value As TimesheetManagersDataSet.TimesheetManagersRow
value = instance.Item(index)
public TimesheetManagersDataSet.TimesheetManagersRow this[
int index
] { get; }
参数
index
类型:System.Int32一个整数,表示为TimesheetManagersDataTable的索引
属性值
类型:WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
Row 对象。
另请参阅
引用
TimesheetManagersDataSet.TimesheetManagersDataTable 类