Share via


ProjectDataSet.DependencyDataTable.AddDependencyRow Method (Guid, Guid, Guid, Guid, Int32, Int32, Int32)

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

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Function AddDependencyRow ( _
    LINK_UID As Guid, _
    PROJ_UID As Guid, _
    LINK_PRED_UID As Guid, _
    LINK_SUCC_UID As Guid, _
    LINK_TYPE As Integer, _
    LINK_LAG As Integer, _
    LINK_LAG_FMT As Integer _
) As ProjectDataSet.DependencyRow
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim LINK_UID As Guid
Dim PROJ_UID As Guid
Dim LINK_PRED_UID As Guid
Dim LINK_SUCC_UID As Guid
Dim LINK_TYPE As Integer
Dim LINK_LAG As Integer
Dim LINK_LAG_FMT As Integer
Dim returnValue As ProjectDataSet.DependencyRow

returnValue = instance.AddDependencyRow(LINK_UID, _
    PROJ_UID, LINK_PRED_UID, LINK_SUCC_UID, _
    LINK_TYPE, LINK_LAG, LINK_LAG_FMT)
public ProjectDataSet.DependencyRow AddDependencyRow(
    Guid LINK_UID,
    Guid PROJ_UID,
    Guid LINK_PRED_UID,
    Guid LINK_SUCC_UID,
    int LINK_TYPE,
    int LINK_LAG,
    int LINK_LAG_FMT
)

Parameters

Return Value

Type: [Statusing Web service].ProjectDataSet.DependencyRow

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

AddDependencyRow Overload

Statusing Web Service