SecurityProjectCategoriesDataSet.GroupRelationsDataTable.Item 屬性
GroupRelationsDataTable,其中 index 所指定之列中取得的資料列。
命名空間: WebSvcSecurity
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public ReadOnly Property Item ( _
index As Integer _
) As SecurityProjectCategoriesDataSet.GroupRelationsRow
Get
'用途
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsDataTable
Dim index As Integer
Dim value As SecurityProjectCategoriesDataSet.GroupRelationsRow
value = instance.Item(index)
public SecurityProjectCategoriesDataSet.GroupRelationsRow this[
int index
] { get; }
參數
index
類型:System.Int32指定的資料列。
屬性值
類型:WebSvcSecurity.SecurityProjectCategoriesDataSet.GroupRelationsRow
請參閱
參照
SecurityProjectCategoriesDataSet.GroupRelationsDataTable 類別