ResourceAuthorizationDataSet.ResourcesDataTable.Item property
在ResourcesDataTable,而資料列在指定索引中取得資料列。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
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; }
參數
index
Type: System.Int32指定的資料列。
Property value
Type: WebSvcResource.ResourceAuthorizationDataSet.ResourcesRow
請參閱
參照
ResourceAuthorizationDataSet.ResourcesDataTable class