ResourcePlanDataSet.DatesDataTable.FindByIntervalName 方法
获取由间隔名称指定的DatesRow对象。
命名空间: WebSvcResourcePlan
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function FindByIntervalName ( _
IntervalName As String _
) As ResourcePlanDataSet.DatesRow
用法
Dim instance As ResourcePlanDataSet.DatesDataTable
Dim IntervalName As String
Dim returnValue As ResourcePlanDataSet.DatesRow
returnValue = instance.FindByIntervalName(IntervalName)
public ResourcePlanDataSet.DatesRow FindByIntervalName(
string IntervalName
)
参数
IntervalName
类型:System.String包含时间间隔的名称。
返回值
类型:WebSvcResourcePlan.ResourcePlanDataSet.DatesRow
另请参阅
引用
ResourcePlanDataSet.DatesDataTable 类