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,其中包含直接或間接報告給目前角色的所有角色。

備註

GetAllReports 會傳回目前節點下的所有節點。 使用 GetDirectReports,僅傳回目前節點正下方的節點。

適用於