共用方式為


SecurityGroupsDataSet.GlobalPermissionsDataTable.Item 屬性

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

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

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As SecurityGroupsDataSet.GlobalPermissionsRow
    Get
'用途
Dim instance As SecurityGroupsDataSet.GlobalPermissionsDataTable
Dim index As Integer
Dim value As SecurityGroupsDataSet.GlobalPermissionsRow

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

參數

屬性值

類型:WebSvcSecurity.SecurityGroupsDataSet.GlobalPermissionsRow

請參閱

參照

SecurityGroupsDataSet.GlobalPermissionsDataTable 類別

SecurityGroupsDataSet.GlobalPermissionsDataTable 成員

WebSvcSecurity 命名空間