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
)
パラメーター
start
型: System.DateTime日付と時刻を開始します。
finish
型: System.DateTime最後の日付と時刻。
戻り値
型: WebSvcStatusing.ScheduleDataSet
注釈
プロジェクト サーバーのアクセス許可
アクセス許可は必要ありません。このメソッドは、現在ログオンしているリソースだけのデータを読み込みます。