del método ProjectDataSet.AssignmentDataTable.FindByASSN_UIDPROJ_UID
Recupera un objeto AssignmentRow con el GUID de asignación especificada y el GUID del proyecto.
Espacio de nombres: WebSvcProject
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Function FindByASSN_UIDPROJ_UID ( _
ASSN_UID As Guid, _
PROJ_UID As Guid _
) As ProjectDataSet.AssignmentRow
'Uso
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
)
Parámetros
ASSN_UID
Tipo: System.GuidContiene el GUID del trabajo.
PROJ_UID
Tipo: System.GuidContiene el GUID del proyecto.
Valor devuelto
Tipo: WebSvcProject.ProjectDataSet.AssignmentRow
Vea también
Referencia
clase ProjectDataSet.AssignmentDataTable