ProjectDataSet.DependencyDataTable.AddDependencyRow-Methode (ProjectDataSet.DependencyRow)
Der DependencyDataTablewird ein DependencyRow -Objekt hinzugefügt.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
)
Parameter
row
Typ: WebSvcStatusing.ProjectDataSet.DependencyRowEnthält die Zeile, die hinzugefügt werden soll.
Siehe auch
Referenz
ProjectDataSet.DependencyDataTable Klasse