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 权限

权限

说明

ManageTimesheetAndFinancialPeriods

允许用户创建和修改时间表及会计期间定义。全局权限。

另请参阅

引用

Admin 类

Admin 成员

WebSvcAdmin 命名空间