ImportTimesheetDataSet.LinesDataTable.Item 属性

获取LinesDataTable,其中由索引指定行中的一行。

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

语法

声明
Public ReadOnly Property Item ( _
    index As Integer _
) As ImportTimesheetDataSet.LinesRow
    Get
用法
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim index As Integer
Dim value As ImportTimesheetDataSet.LinesRow

value = instance.Item(index)
public ImportTimesheetDataSet.LinesRow this[
    int index
] { get; }

参数

属性值

类型:WebSvcStatusing.ImportTimesheetDataSet.LinesRow

另请参阅

引用

ImportTimesheetDataSet.LinesDataTable 类

ImportTimesheetDataSet.LinesDataTable 成员

WebSvcStatusing 命名空间