DriverPrioritizationDataSet.DriverRelationsDataTable.AddDriverRelationsRow Method (Guid, Guid, Guid, Guid)
Adds a DriverRelationsRow object to the DriverRelationsDataTable by using separate parameters.
Namespace: [Driver Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Driver.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Driver.asmx?wsdl
Syntax
'Declaration
Public Function AddDriverRelationsRow ( _
PRIORITIZATION_UID As Guid, _
DRIVER1_UID As Guid, _
DRIVER2_UID As Guid, _
LT_STRUCT_UID As Guid _
) As DriverPrioritizationDataSet.DriverRelationsRow
'Usage
Dim instance As DriverPrioritizationDataSet.DriverRelationsDataTable
Dim PRIORITIZATION_UID As Guid
Dim DRIVER1_UID As Guid
Dim DRIVER2_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim returnValue As DriverPrioritizationDataSet.DriverRelationsRow
returnValue = instance.AddDriverRelationsRow(PRIORITIZATION_UID, _
DRIVER1_UID, DRIVER2_UID, LT_STRUCT_UID)
public DriverPrioritizationDataSet.DriverRelationsRow AddDriverRelationsRow(
Guid PRIORITIZATION_UID,
Guid DRIVER1_UID,
Guid DRIVER2_UID,
Guid LT_STRUCT_UID
)
Parameters
- PRIORITIZATION_UID
Type: System.Guid
GUID of the prioritization.
- DRIVER1_UID
Type: System.Guid
GUID of the first driver.
- DRIVER2_UID
Type: System.Guid
GUID of the second driver.
- LT_STRUCT_UID
Type: System.Guid
GUID of the lookup table value.
Return Value
Type: [Driver Web service].DriverPrioritizationDataSet.DriverRelationsRow
Remarks
In general, developers should use the AddDriverRelationsRow overload.
See Also
Reference
DriverPrioritizationDataSet.DriverRelationsDataTable Class
DriverPrioritizationDataSet.DriverRelationsDataTable Members