Freigeben über


ProjectDataSet.AssignmentDataTable.FindByASSN_UIDPROJ_UID-Methode

Ein AssignmentRow -Objekt mithilfe der angegebenen Zuordnungs-GUID und Projekt-GUID abgerufen.

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

Syntax

'Declaration
Public Function FindByASSN_UIDPROJ_UID ( _
    ASSN_UID As Guid, _
    PROJ_UID As Guid _
) As ProjectDataSet.AssignmentRow
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim ASSN_UID As Guid
Dim PROJ_UID As Guid
Dim returnValue As ProjectDataSet.AssignmentRow

returnValue = instance.FindByASSN_UIDPROJ_UID(ASSN_UID, _
    PROJ_UID)
public ProjectDataSet.AssignmentRow FindByASSN_UIDPROJ_UID(
    Guid ASSN_UID,
    Guid PROJ_UID
)

Parameter

  • ASSN_UID
    Typ: System.Guid

    Enthält die Zuordnungs-GUID.

Rückgabewert

Typ: WebSvcProject.ProjectDataSet.AssignmentRow

Siehe auch

Referenz

ProjectDataSet.AssignmentDataTable Klasse

ProjectDataSet.AssignmentDataTable-Member

WebSvcProject-Namespace