ActiveDirectorySchema.FindAllProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スキーマ内の Active Directory ドメイン サービス プロパティをすべて取得します。
オーバーロード
FindAllProperties() |
スキーマ内の Active Directory ドメイン サービス プロパティをすべて取得します。 |
FindAllProperties(PropertyTypes) |
スキーマ内にある、指定した型の Active Directory ドメイン サービス プロパティをすべて取得します。 |
FindAllProperties()
スキーマ内の Active Directory ドメイン サービス プロパティをすべて取得します。
public:
System::DirectoryServices::ActiveDirectory::ReadOnlyActiveDirectorySchemaPropertyCollection ^ FindAllProperties();
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties ();
member this.FindAllProperties : unit -> System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection
Public Function FindAllProperties () As ReadOnlyActiveDirectorySchemaPropertyCollection
戻り値
取得されたプロパティの ReadOnlyActiveDirectorySchemaPropertyCollection オブジェクトのコレクションが格納された ActiveDirectorySchemaProperty オブジェクト。
例外
現在のオブジェクトは破棄されました。
こちらもご覧ください
- ReadOnlyActiveDirectorySchemaPropertyCollection
- ActiveDirectorySchemaProperty
- ActiveDirectorySchema
- スキーマへのアクセス
適用対象
FindAllProperties(PropertyTypes)
スキーマ内にある、指定した型の Active Directory ドメイン サービス プロパティをすべて取得します。
public:
System::DirectoryServices::ActiveDirectory::ReadOnlyActiveDirectorySchemaPropertyCollection ^ FindAllProperties(System::DirectoryServices::ActiveDirectory::PropertyTypes type);
public System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection FindAllProperties (System.DirectoryServices.ActiveDirectory.PropertyTypes type);
member this.FindAllProperties : System.DirectoryServices.ActiveDirectory.PropertyTypes -> System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection
Public Function FindAllProperties (type As PropertyTypes) As ReadOnlyActiveDirectorySchemaPropertyCollection
パラメーター
- type
- PropertyTypes
取得するプロパティの型を指定する、PropertyTypes のいずれかのメンバー。
戻り値
取得されたプロパティの ReadOnlyActiveDirectorySchemaPropertyCollection オブジェクトのコレクションが格納された ActiveDirectorySchemaProperty オブジェクト。
例外
現在のオブジェクトは破棄されました。
こちらもご覧ください
- ReadOnlyActiveDirectorySchemaPropertyCollection
- PropertyTypes
- ActiveDirectorySchemaProperty
- ActiveDirectorySchema
- スキーマへのアクセス
適用対象
.NET