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
未提出のタイムシートに関する情報が含まれています。
注釈
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
作成およびタイムシートおよび会計期間の定義を変更することができます。グローバル アクセス権。 |