ActiveDirectorySchema クラス

定義

ActiveDirectorySchema クラスは、特定のドメインのスキーマ パーティションを表します。

public ref class ActiveDirectorySchema : System::DirectoryServices::ActiveDirectory::ActiveDirectoryPartition
public class ActiveDirectorySchema : System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition
type ActiveDirectorySchema = class
    inherit ActiveDirectoryPartition
Public Class ActiveDirectorySchema
Inherits ActiveDirectoryPartition
継承
ActiveDirectorySchema

プロパティ

名前 説明
Name

パーティション名を取得します。

(継承元 ActiveDirectoryPartition)
SchemaRoleOwner

スキーマ マスター ロールの所有者を取得します。

メソッド

名前 説明
Dispose()

オブジェクトによって保持されているすべてのマネージド リソースとアンマネージド リソースを解放します。

(継承元 ActiveDirectoryPartition)
Dispose(Boolean)

ActiveDirectorySchema オブジェクトによって使用されるマネージド リソースを解放し、必要に応じてアンマネージド リソースを解放します。

Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
FindAllClasses()

スキーマ内のすべての Active Directory Domain Services クラスを取得します。

FindAllClasses(SchemaClassType)

指定した種類のスキーマ内のすべての Active Directory Domain Services クラスを取得します。

FindAllDefunctClasses()

スキーマ内の機能していない Active Directory Domain Services クラスをすべて取得します。

FindAllDefunctProperties()

スキーマ内の機能していない Active Directory Domain Services プロパティをすべて取得します。

FindAllProperties()

スキーマ内のすべての Active Directory Domain Services プロパティを取得します。

FindAllProperties(PropertyTypes)

指定した種類のスキーマ内のすべての Active Directory Domain Services プロパティを取得します。

FindClass(String)

指定した名前のクラスを取得します。

FindDefunctClass(String)

指定した共通名を持つ、機能していないクラスを取得します。

FindDefunctProperty(String)

指定した共通名を持つ機能していないプロパティを取得します。

FindProperty(String)

指定した名前のプロパティを取得します。

GetCurrentSchema()

現在ログオンしているユーザーがメンバーになっているフォレストのスキーマ オブジェクトを取得します。

GetDirectoryEntry()

ディレクトリ パーティションを表す DirectoryEntry オブジェクトを取得します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetSchema(DirectoryContext)

指定したコンテキストのスキーマ オブジェクトを取得します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
RefreshSchema()

クライアント コンピューターのスキーマ キャッシュを更新します。

ToString()

現在のディレクトリ パーティションの文字列形式を取得します。

(継承元 ActiveDirectoryPartition)

適用対象