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 只返回紧接在当前节点下面的节点。