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
- 継承
- 属性
- 実装
注釈
Note
この資料では、古い型と名前空間について説明します。 詳細については、「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() |
古い.
現在のActiveDirectoryRoleに関連付けられているすべてのDirectoryEntry オブジェクトを含むジェネリック コレクションを返します。 |
| GetHashCode() |
古い.
既定のハッシュ関数として機能します。 (継承元 Object) |
| GetIdentities() |
古い.
ActiveDirectoryRole に関連付けられているWindows NT アカウントの汎用リストを取得します。 |
| GetManager() |
古い.
現在の ActiveDirectoryRole のマネージャーに関する情報を含むActive Directory ロールを返します。 |
| GetManagerialChain() |
古い.
現在の ActiveDirectoryRole に関連付けられている管理チェーンに関する情報を含むActive Directory ロールを返します。 |
| GetPeers() |
古い.
現在の ActiveDirectoryRole のマネージャーによって監視されているすべてのディレクトリ操作に関する情報を含むActive Directory ロールを返します。 |
| GetSecurityIdentifiers() |
古い.
現在のActiveDirectoryRoleに関連付けられているSecurityIdentifierオブジェクトのジェネリック リストを返します。 |
| GetType() |
古い.
現在のインスタンスの Type を取得します。 (継承元 Object) |
| IncludesIdentity(String) |
古い.
ActiveDirectoryRoleに指定した ID が含まれているかどうかを示す値を返します。 |
| MemberwiseClone() |
古い.
現在の Objectの簡易コピーを作成します。 (継承元 Object) |
| ToString() |
古い.
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IDisposable.Dispose() |
古い.
ActiveDirectoryRoleによって使用されるすべてのリソースを解放します。 |
| ISerializable.GetObjectData(SerializationInfo, StreamingContext) |
古い.
ターゲット オブジェクトをシリアル化するために必要なデータを SerializationInfo に設定します。 |