共用方式為


StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable.Item 屬性

在PostDependenciesDataTable,而資料列在指定索引中取得資料列。

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

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As StatusingAssignmentDependenciesDataSet.PostDependenciesRow
    Get
'用途
Dim instance As StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable
Dim index As Integer
Dim value As StatusingAssignmentDependenciesDataSet.PostDependenciesRow

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

參數

  • index
    類型:System.Int32

    指定要擷取的資料列。

屬性值

類型:WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PostDependenciesRow

請參閱

參照

StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable 類別

StatusingAssignmentDependenciesDataSet.PostDependenciesDataTable 成員

WebSvcStatusing 命名空間