ActiveDirectoryRole 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
在 Windows Workflow Foundation 宿主环境中表示 Active Directory 角色。 此类不能被继承。
public ref class ActiveDirectoryRole sealed : System::Workflow::Activities::WorkflowRole, IDisposable, System::Runtime::Serialization::ISerializable
[System.Serializable]
public sealed class ActiveDirectoryRole : System.Workflow.Activities.WorkflowRole, IDisposable, System.Runtime.Serialization.ISerializable
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ActiveDirectoryRole : System.Workflow.Activities.WorkflowRole, IDisposable, System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type ActiveDirectoryRole = class
inherit WorkflowRole
interface ISerializable
interface IDisposable
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActiveDirectoryRole = class
inherit WorkflowRole
interface ISerializable
interface IDisposable
Public NotInheritable Class ActiveDirectoryRole
Inherits WorkflowRole
Implements IDisposable, ISerializable
- 继承
- 属性
- 实现
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
通常,Active Directory 存储区用于存储人员的组织信息。 ActiveDirectoryRole 的主要用途是出于业务原因对此类组织信息进行查询。
Active Directory 角色通常与组织环境中的工作功能、职称或工作技能相对应。
属性
Name |
已过时.
获取或设置 Active Directory 角色名称。 |
RootEntry |
已过时.
获取与 ActiveDirectoryRole 关联的根 Active Directory 节点。 |
方法
Equals(Object) |
已过时.
确定指定对象是否等于当前对象。 (继承自 Object) |
GetAllReports() |
已过时.
返回的 ActiveDirectoryRole 包含所有直接或间接向当前角色报告的角色。 |
GetDirectReports() |
已过时.
返回的 ActiveDirectoryRole 包含所有直接向当前角色报告的角色。 |
GetEntries() |
已过时.
返回泛型集合,该集合包含与当前 DirectoryEntry 相关联的所有 ActiveDirectoryRole 对象。 |
GetHashCode() |
已过时.
作为默认哈希函数。 (继承自 Object) |
GetIdentities() |
已过时.
获取一个与 ActiveDirectoryRole 相关联的 Windows NT 帐户泛型列表。 |
GetManager() |
已过时.
返回一个 Active Directory 角色,该角色包含有关当前 ActiveDirectoryRole 管理者的信息。 |
GetManagerialChain() |
已过时.
返回 Active Directory 角色,该角色包含有关与当前 ActiveDirectoryRole 相关联的管理链的信息。 |
GetPeers() |
已过时.
返回一个 Active Directory 角色,该角色包含有关由当前 ActiveDirectoryRole 管理者监督的所有目录操作的信息。 |
GetSecurityIdentifiers() |
已过时.
返回与当前 SecurityIdentifier 相关联的 ActiveDirectoryRole 对象的泛型列表。 |
GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
IncludesIdentity(String) |
已过时.
返回一个值,该值指示 ActiveDirectoryRole 是否包含指定的标识。 |
MemberwiseClone() |
已过时.
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
已过时.
返回表示当前对象的字符串。 (继承自 Object) |
显式接口实现
IDisposable.Dispose() |
已过时.
释放由 ActiveDirectoryRole 使用的所有资源。 |
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
已过时.
使用序列化目标对象时所需的数据填充 SerializationInfo。 |