ScheduleDataSet.ScheduleDataTable.FindByPrimaryID-Methode
Ruft ein ScheduleRow -Objekt mit dem angegebenen PrimaryID GUID ab.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByPrimaryID ( _
PrimaryID As Guid _
) As ScheduleDataSet.ScheduleRow
'Usage
Dim instance As ScheduleDataSet.ScheduleDataTable
Dim PrimaryID As Guid
Dim returnValue As ScheduleDataSet.ScheduleRow
returnValue = instance.FindByPrimaryID(PrimaryID)
public ScheduleDataSet.ScheduleRow FindByPrimaryID(
Guid PrimaryID
)
Parameter
PrimaryID
Typ: System.GuidEnthält die GUID primaryID .
Rückgabewert
Typ: WebSvcStatusing.ScheduleDataSet.ScheduleRow
Siehe auch
Referenz
ScheduleDataSet.ScheduleDataTable Klasse