次の方法で共有


Admin.ReadAllDefinedFiscalYears メソッド

読み取り開始日と終了日の会計年度の定義。

名前空間:  WebSvcAdmin
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadAllDefinedFiscalYears", 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 ReadAllDefinedFiscalYears As FiscalYearDataSet
'使用
Dim instance As Admin
Dim returnValue As FiscalYearDataSet

returnValue = instance.ReadAllDefinedFiscalYears()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/ReadAllDefinedFiscalYears", 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 FiscalYearDataSet ReadAllDefinedFiscalYears()

戻り値

型: WebSvcAdmin.FiscalYearDataSet
会計年度の定義が含まれています。

注釈

Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/FiscalPeriod.aspx) で、[会計期間] ページで、会計年度を定義できます。

プロジェクト サーバーのアクセス許可

権限

説明

LogOn

Project Server にログオンすることができます。グローバル アクセス権。

関連項目

参照先

Admin クラス

Admin メンバー

WebSvcAdmin 名前空間