次の方法で共有


Statusing.ReadAssignmentDependencies メソッド

指定した割り当てを開始前に完了する予定のタスクの一覧を取得します。割り当ての終了日に依存するタスクの一覧も取得します。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentDependencies", 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 ReadAssignmentDependencies ( _
    p0 As Guid _
) As StatusingAssignmentDependenciesDataSet
'使用
Dim instance As Statusing
Dim p0 As Guid
Dim returnValue As StatusingAssignmentDependenciesDataSet

returnValue = instance.ReadAssignmentDependencies(p0)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentDependencies", 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 StatusingAssignmentDependenciesDataSet ReadAssignmentDependencies(
    Guid p0
)

パラメーター

  • p0
    型: System.Guid

    割り当ての固有 id です。

戻り値

型: WebSvcStatusing.StatusingAssignmentDependenciesDataSet

注釈

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

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

関連項目

参照先

Statusing クラス

Statusing メンバー

WebSvcStatusing 名前空間