ActiveDirectoryRole.GetManagerialChain 方法

定义

返回 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

包含有关与当前角色相关联的管理链信息的 ActiveDirectoryRole

注解

GetManagerialChain 返回当前角色以上的所有节点。 若要仅返回当前角色的直接管理者,请使用 GetManager

适用于