ActiveDirectoryRole.GetManagerialChain 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 Active Directory 角色,其中包含與目前 ActiveDirectoryRole 相關聯之管理鏈結的資訊。
public:
System::Workflow::Activities::ActiveDirectoryRole ^ GetManagerialChain();
public System.Workflow.Activities.ActiveDirectoryRole GetManagerialChain ();
member this.GetManagerialChain : unit -> System.Workflow.Activities.ActiveDirectoryRole
Public Function GetManagerialChain () As ActiveDirectoryRole
傳回
ActiveDirectoryRole,其中包含與目前角色相關聯之管理鏈結的資訊。
備註
GetManagerialChain 會傳回目前角色上方的所有節點。 如果只要傳回目前角色的直接管理員,請使用 GetManager。