Partager via


DriverDataSet.DriverImpactStatementsDataTable.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID - Méthode

Récupère l'objet DriverImpactStatementsRow en utilisant le pilote spécifié GUID, le GUID de champ personnalisé et la table GUID de recherche.

Espace de noms :  WebSvcDriver
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Function FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID ( _
    DRIVER_UID As Guid, _
    PROJECT_IMPACT_CF_UID As Guid, _
    LT_STRUCT_UID As Guid _
) As DriverDataSet.DriverImpactStatementsRow
'Utilisation
Dim instance As DriverDataSet.DriverImpactStatementsDataTable
Dim DRIVER_UID As Guid
Dim PROJECT_IMPACT_CF_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim returnValue As DriverDataSet.DriverImpactStatementsRow

returnValue = instance.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(DRIVER_UID, _
    PROJECT_IMPACT_CF_UID, LT_STRUCT_UID)
public DriverDataSet.DriverImpactStatementsRow FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(
    Guid DRIVER_UID,
    Guid PROJECT_IMPACT_CF_UID,
    Guid LT_STRUCT_UID
)

Paramètres

  • DRIVER_UID
    Type : System.Guid

    Identificateur unique pour le pilote et sa déclaration d'impact associé.

  • PROJECT_IMPACT_CF_UID
    Type : System.Guid

    Identificateur unique pour le champ personnalisé.

  • LT_STRUCT_UID
    Type : System.Guid

    Identificateur unique de la table de choix qui est associée à la déclaration d'impact pilote spécifié.

Valeur renvoyée

Type : WebSvcDriver.DriverDataSet.DriverImpactStatementsRow

Voir aussi

Référence

DriverDataSet.DriverImpactStatementsDataTable classe

DriverDataSet.DriverImpactStatementsDataTable - Membres

WebSvcDriver - Espace de noms