PlannerSolutionDataSet.SolutionResHiredDataTable.RemoveSolutionResHiredRow 方法
會從SolutionResHiredDataTable刪除指定的 row 物件。
命名空間: WebSvcPortfolioAnalyses
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Sub RemoveSolutionResHiredRow ( _
row As PlannerSolutionDataSet.SolutionResHiredRow _
)
'用途
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim row As PlannerSolutionDataSet.SolutionResHiredRow
instance.RemoveSolutionResHiredRow(row)
public void RemoveSolutionResHiredRow(
PlannerSolutionDataSet.SolutionResHiredRow row
)
參數
請參閱
參照
PlannerSolutionDataSet.SolutionResHiredDataTable 類別