ActiveDirectoryRole.GetAllReports メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のロールに直接または間接的に従属するすべてのロールを格納している 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。
注釈
GetAllReports は、現在のノードの下にあるすべてのノードを返します。 現在のノードのすぐ下にあるノードだけを返すには、GetDirectReports を使用します。