ProjectDataSet.DependencyDataTable.FindByLINK_UIDPROJ_UID-Methode
Ein DependencyRow -Objekt mit dem angegebenen Hyperlink GUID und Projekt-GUID abgerufen.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByLINK_UIDPROJ_UID ( _
LINK_UID As Guid, _
PROJ_UID As Guid _
) As ProjectDataSet.DependencyRow
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim LINK_UID As Guid
Dim PROJ_UID As Guid
Dim returnValue As ProjectDataSet.DependencyRow
returnValue = instance.FindByLINK_UIDPROJ_UID(LINK_UID, _
PROJ_UID)
public ProjectDataSet.DependencyRow FindByLINK_UIDPROJ_UID(
Guid LINK_UID,
Guid PROJ_UID
)
Parameter
LINK_UID
Typ: System.GuidEnthält die Abhängigkeits-GUID.
PROJ_UID
Typ: System.GuidEnthält die Projekt-GUID.
Rückgabewert
Typ: WebSvcProject.ProjectDataSet.DependencyRow
Siehe auch
Referenz
ProjectDataSet.DependencyDataTable Klasse