TimeSheet.ReadLateTimesheets 方法
目前使用者最遲取得視為的時程表的設定。
命名空間: WebSvcTimeSheet
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadLateTimesheets", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadLateTimesheets ( _
date As DateTime _
) As TimesheetListDataSet
'用途
Dim instance As TimeSheet
Dim date As DateTime
Dim returnValue As TimesheetListDataSet
returnValue = instance.ReadLateTimesheets(date)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadLateTimesheets", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public TimesheetListDataSet ReadLateTimesheets(
DateTime date
)
參數
date
類型:System.DateTime時間期間截止日期和時間。在此之前的時間週期的日期和時間都包含在內。
傳回值
類型:WebSvcTimeSheet.TimesheetListDataSet
備註
目前的資源必須具備時程表的管理員] 出現在此方法。
此方法會使用QueueSystem物件。此工作的CorrelationGUID屬性等於TS_UID屬性的值。
Project Server 權限
權限 |
描述 |
---|---|
允許使用者登入 Project Server。通用權限。 |