次の方法で共有


Statusing.ReadMySchedule メソッド

指定した時間内に現在のユーザーのスケジュールを取得します。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadMySchedule", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadMySchedule ( _
    start As DateTime, _
    finish As DateTime _
) As ScheduleDataSet
'使用
Dim instance As Statusing
Dim start As DateTime
Dim finish As DateTime
Dim returnValue As ScheduleDataSet

returnValue = instance.ReadMySchedule(start, _
    finish)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadMySchedule", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ScheduleDataSet ReadMySchedule(
    DateTime start,
    DateTime finish
)

パラメーター

戻り値

型: WebSvcStatusing.ScheduleDataSet

注釈

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

アクセス許可は必要ありません。このメソッドは、現在ログオンしているリソースだけのデータを読み込みます。

関連項目

参照先

Statusing クラス

Statusing メンバー

WebSvcStatusing 名前空間