ActiveDirectoryRole.GetDirectReports メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のロールに直接従属するすべてのロールを格納している ActiveDirectoryRole を返します。
public:
System::Workflow::Activities::ActiveDirectoryRole ^ GetDirectReports();
public System.Workflow.Activities.ActiveDirectoryRole GetDirectReports ();
member this.GetDirectReports : unit -> System.Workflow.Activities.ActiveDirectoryRole
Public Function GetDirectReports () As ActiveDirectoryRole
戻り値
現在のロールに直接従属するすべてのロールを格納している ActiveDirectoryRole。
注釈
GetDirectReports は、現在のノードのすぐ下にあるノードだけを返します。 現在のノードの下にあるすべてのノードを返すには、GetAllReports を使用します。