共用方式為


ResourceAuthorizationDataSet.ResourcesDataTable.Item 屬性

ResourcesDataTable,其中 index 所指定之列中取得的資料列。

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

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As ResourceAuthorizationDataSet.ResourcesRow
    Get
'用途
Dim instance As ResourceAuthorizationDataSet.ResourcesDataTable
Dim index As Integer
Dim value As ResourceAuthorizationDataSet.ResourcesRow

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

參數

屬性值

類型:WebSvcResource.ResourceAuthorizationDataSet.ResourcesRow

請參閱

參照

ResourceAuthorizationDataSet.ResourcesDataTable 類別

ResourceAuthorizationDataSet.ResourcesDataTable 成員

WebSvcResource 命名空間