ActiveDirectoryRole.GetManagerialChain 方法

定义

返回 Active Directory 角色,该角色包含有关与当前 ActiveDirectoryRole 相关联的管理链的信息。Returns the Active Directory role that contains information about the managerial chain associated with the current 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

包含有关与当前角色相关联的管理链信息的 ActiveDirectoryRoleThe ActiveDirectoryRole that contains information about the managerial chain associated with the current role.

注解

GetManagerialChain 返回当前角色以上的所有节点。GetManagerialChain returns all nodes above the current role. 若要仅返回当前角色的直接管理者,请使用 GetManagerTo return just the direct manager of the current role, use GetManager.

适用于