ProjectDataSet.DependencyDataTable.AddDependencyRow Method (ProjectDataSet.DependencyRow)
Adds a DependencyRow object to 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 AddDependencyRow ( _
row As ProjectDataSet.DependencyRow _
)
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim row As ProjectDataSet.DependencyRow
instance.AddDependencyRow(row)
public void AddDependencyRow(
ProjectDataSet.DependencyRow row
)
Parameters
- row
Type: [Project Web service].ProjectDataSet.DependencyRow
Contains the dependency row to add.
See Also
Reference
ProjectDataSet.DependencyDataTable Class