ProjectDataSet.DependencyDataTable.AddDependencyRow método (ProjectDataSet.DependencyRow)
Adiciona um objeto de DependencyRow a DependencyDataTable.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
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.DependencyRowContém a linha que deve ser adicionado.
Ver também
Referência
ProjectDataSet.DependencyDataTable classe
ProjectDataSet.DependencyDataTable membros