ActiveDirectorySchema.FindAllProperties メソッド

定義

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

オーバーロード

名前 説明
FindAllProperties()

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

FindAllProperties(PropertyTypes)

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

FindAllProperties()

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

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 オブジェクト。

例外

現在のオブジェクトが破棄されました。

こちらもご覧ください

適用対象

FindAllProperties(PropertyTypes)

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

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 メンバーの 1 つ。

返品

取得されたプロパティのReadOnlyActiveDirectorySchemaPropertyCollection オブジェクトのコレクションを格納するActiveDirectorySchemaProperty オブジェクト。

例外

現在のオブジェクトが破棄されました。

こちらもご覧ください

適用対象