Freigeben über


ProjectDataSet.AssignmentDataTable.FindByASSN_UIDPROJ_UID-Methode

Ruft ein AssignmentRow -Objekt mithilfe der angegebenen Zuordnung GUID und Projekt-GUID ab.

Namespace:  WebSvcStatusing
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

    Die Zuweisung GUID enthält.

Rückgabewert

Typ: WebSvcStatusing.ProjectDataSet.AssignmentRow

Siehe auch

Referenz

ProjectDataSet.AssignmentDataTable Klasse

ProjectDataSet.AssignmentDataTable-Member

WebSvcStatusing-Namespace