CalendarDataSet.CalendarExceptionsDataTable.Item 属性

在CalendarExceptionsDataTable,其中由索引指定的行中获取 row 对象。

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

语法

声明
Public ReadOnly Property Item ( _
    index As Integer _
) As CalendarDataSet.CalendarExceptionsRow
    Get
用法
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim index As Integer
Dim value As CalendarDataSet.CalendarExceptionsRow

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

参数

属性值

类型:WebSvcCalendar.CalendarDataSet.CalendarExceptionsRow

另请参阅

引用

CalendarDataSet.CalendarExceptionsDataTable 类

CalendarDataSet.CalendarExceptionsDataTable 成员

WebSvcCalendar 命名空间