AnalysisDataSet.AnalysisProjectImpactDataTable.RemoveAnalysisProjectImpactRow method
Deletes the specified row object from the AnalysisProjectImpactDataTable.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub RemoveAnalysisProjectImpactRow ( _
row As AnalysisDataSet.AnalysisProjectImpactRow _
)
'Usage
Dim instance As AnalysisDataSet.AnalysisProjectImpactDataTable
Dim row As AnalysisDataSet.AnalysisProjectImpactRow
instance.RemoveAnalysisProjectImpactRow(row)
public void RemoveAnalysisProjectImpactRow(
AnalysisDataSet.AnalysisProjectImpactRow row
)
Parameters
row
Type: WebSvcPortfolioAnalyses.AnalysisDataSet.AnalysisProjectImpactRowContains the row that is to be deleted.
See also
Reference
AnalysisDataSet.AnalysisProjectImpactDataTable class