Compartilhar via


ProjectRelationsDataSet.ProjectRelationsDataTable.AddProjectRelationsRow método (Guid, String, Guid, String, Int32)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
Public Function AddProjectRelationsRow ( _
    ProjectUID As Guid, _
    ProjectName As String, _
    RelatedProjectUID As Guid, _
    RelatedProjectName As String, _
    Relationship As Integer _
) As ProjectRelationsDataSet.ProjectRelationsRow
'Uso
Dim instance As ProjectRelationsDataSet.ProjectRelationsDataTable
Dim ProjectUID As Guid
Dim ProjectName As String
Dim RelatedProjectUID As Guid
Dim RelatedProjectName As String
Dim Relationship As Integer
Dim returnValue As ProjectRelationsDataSet.ProjectRelationsRow

returnValue = instance.AddProjectRelationsRow(ProjectUID, _
    ProjectName, RelatedProjectUID, _
    RelatedProjectName, Relationship)
public ProjectRelationsDataSet.ProjectRelationsRow AddProjectRelationsRow(
    Guid ProjectUID,
    string ProjectName,
    Guid RelatedProjectUID,
    string RelatedProjectName,
    int Relationship
)

Parâmetros

Valor retornado

Tipo: WebSvcProject.ProjectRelationsDataSet.ProjectRelationsRow

Comentários

Em geral, os desenvolvedores devem usar a sobrecarga de AddProjectRelationsRow .

Ver também

Referência

ProjectRelationsDataSet.ProjectRelationsDataTable classe

ProjectRelationsDataSet.ProjectRelationsDataTable membros

AddProjectRelationsRow em sobrecarga

WebSvcProject namespace