ResourcePlanDataSet.DatesDataTable.FindByIntervalName-Methode
Ruft das angegebene namentlich Intervall DatesRow -Objekt ab.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByIntervalName ( _
IntervalName As String _
) As ResourcePlanDataSet.DatesRow
'Usage
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim IntervalName As String
Dim returnValue As ResourcePlanDataSet.DatesRow
returnValue = instance.FindByIntervalName(IntervalName)
public ResourcePlanDataSet.DatesRow FindByIntervalName(
string IntervalName
)
Parameter
IntervalName
Typ: System.StringEnthält den Namen des Intervalls.
Rückgabewert
Typ: WebSvcResourcePlan.ResourcePlanDataSet.DatesRow
Siehe auch
Referenz
ResourcePlanDataSet.DatesDataTable Klasse