共用方式為


ResourceDataSet.CalendarExceptionsDataTable.Item 屬性

取得中CalendarExceptionsDataTable,其中 index 所指定之列的 row 物件。

命名空間:  WebSvcResource
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As ResourceDataSet.CalendarExceptionsRow
    Get
'用途
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim index As Integer
Dim value As ResourceDataSet.CalendarExceptionsRow

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

參數

屬性值

類型:WebSvcResource.ResourceDataSet.CalendarExceptionsRow

請參閱

參照

ResourceDataSet.CalendarExceptionsDataTable 類別

ResourceDataSet.CalendarExceptionsDataTable 成員

WebSvcResource 命名空間