Statusing.ReadMySchedule 方法
获取当前用户的计划在指定的时间段。
命名空间: WebSvcStatusing
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadMySchedule", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadMySchedule ( _
start As DateTime, _
finish As DateTime _
) As ScheduleDataSet
用法
Dim instance As Statusing
Dim start As DateTime
Dim finish As DateTime
Dim returnValue As ScheduleDataSet
returnValue = instance.ReadMySchedule(start, _
finish)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadMySchedule", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ScheduleDataSet ReadMySchedule(
DateTime start,
DateTime finish
)
参数
start
类型:System.DateTime开始日期和时间
finish
类型:System.DateTime结束日期和时间。
返回值
类型:WebSvcStatusing.ScheduleDataSet
备注
Project Server 权限
不不需要任何权限。此方法读取仅当前登录的资源的数据。