Admin.ReadPeriodsWithUnsubmittedTimesheet 方法
指定期間讀取所有未提交的時程表的清單。
命名空間: WebSvcAdmin
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadPeriodsWithUnsubmittedTimesheet", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPeriodsWithUnsubmittedTimesheet ( _
periods As Guid() _
) As UnsubmittedTimesheetDataSet
'用途
Dim instance As Admin
Dim periods As Guid()
Dim returnValue As UnsubmittedTimesheetDataSet
returnValue = instance.ReadPeriodsWithUnsubmittedTimesheet(periods)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadPeriodsWithUnsubmittedTimesheet", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public UnsubmittedTimesheetDataSet ReadPeriodsWithUnsubmittedTimesheet(
Guid[] periods
)
參數
periods
類型:[]指定的時程表期間的 Guid 陣列。
傳回值
類型:WebSvcAdmin.UnsubmittedTimesheetDataSet
包含未提交的時程表的相關資訊。
備註
Project Server 權限
權限 |
說明 |
---|---|
可讓使用者建立及修改時程表和會計週期定義。通用權限。 |