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