ProjectDataSet.DependencyDataTable.RemoveDependencyRow Method
Deletes the specified row object from the DependencyDataTable.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
Syntax
'Declaration
Public Sub RemoveDependencyRow ( _
row As ProjectDataSet.DependencyRow _
)
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim row As ProjectDataSet.DependencyRow
instance.RemoveDependencyRow(row)
public void RemoveDependencyRow(
ProjectDataSet.DependencyRow row
)
Parameters
- row
Type: [Project Web service].ProjectDataSet.DependencyRow
Contains the row that is to be deleted.
See Also
Reference
ProjectDataSet.DependencyDataTable Class