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,僅傳回目前節點正下方的節點。