ScheduleDataSet.ScheduleDataTable.Item 属性

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

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

语法

声明
Public ReadOnly Property Item ( _
    index As Integer _
) As ScheduleDataSet.ScheduleRow
    Get
用法
Dim instance As ScheduleDataSet.ScheduleDataTable
Dim index As Integer
Dim value As ScheduleDataSet.ScheduleRow

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

参数

属性值

类型:WebSvcStatusing.ScheduleDataSet.ScheduleRow

另请参阅

引用

ScheduleDataSet.ScheduleDataTable 类

ScheduleDataSet.ScheduleDataTable 成员

WebSvcStatusing 命名空间