ActiveDirectoryRole.GetAllReports メソッド

定義

現在のロールに直接または間接的に従属するすべてのロールを格納している ActiveDirectoryRole を返します。

public:
 System::Workflow::Activities::ActiveDirectoryRole ^ GetAllReports();
public System.Workflow.Activities.ActiveDirectoryRole GetAllReports ();
member this.GetAllReports : unit -> System.Workflow.Activities.ActiveDirectoryRole
Public Function GetAllReports () As ActiveDirectoryRole

戻り値

ActiveDirectoryRole

現在のロールに直接または間接的に従属するすべてのロールを格納している ActiveDirectoryRole

注釈

GetAllReports は、現在のノードの下にあるすべてのノードを返します。 現在のノードのすぐ下にあるノードだけを返すには、GetDirectReports を使用します。

適用対象