Statusing.ReadAssignmentHistory メソッド
指定した割り当て、タスク、またはトランザクションのトランザクション履歴を取得します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", 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 ReadAssignmentHistory ( _
itemid As Guid, _
itemtype As AssnHistoryItemType _
) As AssnHistoryDataSet
'使用
Dim instance As Statusing
Dim itemid As Guid
Dim itemtype As AssnHistoryItemType
Dim returnValue As AssnHistoryDataSet
returnValue = instance.ReadAssignmentHistory(itemid, _
itemtype)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentHistory", 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 AssnHistoryDataSet ReadAssignmentHistory(
Guid itemid,
AssnHistoryItemType itemtype
)
パラメーター
itemid
型: System.Guid割り当て、タスク、またはトランザクションの一意の ID。
itemtype
型: WebSvcStatusing.AssnHistoryItemTypeAssnHistoryItemTypeオブジェクトは、項目の種類を示します。
戻り値
型: WebSvcStatusing.AssnHistoryDataSet
注釈
プロジェクト サーバーのアクセス許可
アクセス許可は必要ありません。このメソッドは、現在ログオンしているリソースだけのデータを読み込みます。