ActiveDirectoryRole クラス

定義

注意事項

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
継承
ActiveDirectoryRole
属性
実装

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

通常は、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)

SerializationInfo に、ターゲット オブジェクトをシリアル化するために必要なデータを設定します。

適用対象

こちらもご覧ください