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
- 상속
- 특성
- 구현
설명
참고
이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(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() |
현재 ActiveDirectoryRole의 관리자에 대한 정보가 포함된 Active Directory 역할을 반환합니다. |
GetManagerialChain() |
현재 ActiveDirectoryRole에 연결된 관리 체인에 대한 정보가 포함된 Active Directory 역할을 반환합니다. |
GetPeers() |
현재 ActiveDirectoryRole의 관리자가 감독하는 모든 디렉터리 작업에 대한 정보가 포함된 Active Directory 역할을 반환합니다. |
GetSecurityIdentifiers() |
현재 SecurityIdentifier에 연결된 ActiveDirectoryRole 개체의 제네릭 목록을 반환합니다. |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
IncludesIdentity(String) |
ActiveDirectoryRole에 지정된 ID가 포함되는지 여부를 나타내는 값을 반환합니다. |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
IDisposable.Dispose() |
ActiveDirectoryRole에서 사용하는 모든 리소스를 해제합니다. |
ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
대상 개체를 serialize하는 데 필요한 데이터로 SerializationInfo를 채웁니다. |