Aracılığıyla paylaş


DriverPrioritizationDataSet.DriverRelationsDataTable.FindByPRIORITIZATION_UIDDRIVER1_UIDDRIVER2_UID Method

Retrieves a DriverRelationsRow object by using the specified prioritization GUID,

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 FindByPRIORITIZATION_UIDDRIVER1_UIDDRIVER2_UID ( _
    PRIORITIZATION_UID As Guid, _
    DRIVER1_UID As Guid, _
    DRIVER2_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 returnValue As DriverPrioritizationDataSet.DriverRelationsRow

returnValue = instance.FindByPRIORITIZATION_UIDDRIVER1_UIDDRIVER2_UID(PRIORITIZATION_UID, _
    DRIVER1_UID, DRIVER2_UID)
public DriverPrioritizationDataSet.DriverRelationsRow FindByPRIORITIZATION_UIDDRIVER1_UIDDRIVER2_UID(
    Guid PRIORITIZATION_UID,
    Guid DRIVER1_UID,
    Guid DRIVER2_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.

Return Value

Type: [Driver Web service].DriverPrioritizationDataSet.DriverRelationsRow

See Also

Reference

DriverPrioritizationDataSet.DriverRelationsDataTable Class

DriverPrioritizationDataSet.DriverRelationsDataTable Members

Driver Web Service