(ProjectDataSet.DependencyRow) del método ProjectDataSet.DependencyDataTable.AddDependencyRow
Agrega un objeto DependencyRow a la DependencyDataTable.
Espacio de nombres: WebSvcStatusing
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Sub AddDependencyRow ( _
row As ProjectDataSet.DependencyRow _
)
'Uso
Dim instance As ProjectDataSet.DependencyDataTable
Dim row As ProjectDataSet.DependencyRow
instance.AddDependencyRow(row)
public void AddDependencyRow(
ProjectDataSet.DependencyRow row
)
Parámetros
row
Tipo: WebSvcStatusing.ProjectDataSet.DependencyRowContiene la fila que se agrega.
Vea también
Referencia
clase ProjectDataSet.DependencyDataTable