共用方式為


CalendarDataSet.CalendarExceptionsDataTable.Item 屬性

取得中CalendarExceptionsDataTable,其中 index 所指定之列的 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 命名空間