Sdílet prostřednictvím


ActiveDirectorySchema.FindAllProperties Metoda

Definice

Načte všechny Active Directory Domain Services vlastnosti ve schématu.

Přetížení

FindAllProperties()

Načte všechny Active Directory Domain Services vlastnosti ve schématu.

FindAllProperties(PropertyTypes)

Načte všechny Active Directory Domain Services vlastnosti ve schématu zadaného typu.

FindAllProperties()

Zdroj:
ActiveDirectorySchema.cs
Zdroj:
ActiveDirectorySchema.cs
Zdroj:
ActiveDirectorySchema.cs

Načte všechny Active Directory Domain Services vlastnosti ve schématu.

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

Návraty

Objekt ReadOnlyActiveDirectorySchemaPropertyCollection , který obsahuje kolekci ActiveDirectorySchemaProperty objektů pro vlastnosti, které byly načteny.

Výjimky

Aktuální objekt byl odstraněn.

Viz také

Platí pro

FindAllProperties(PropertyTypes)

Zdroj:
ActiveDirectorySchema.cs
Zdroj:
ActiveDirectorySchema.cs
Zdroj:
ActiveDirectorySchema.cs

Načte všechny Active Directory Domain Services vlastnosti ve schématu zadaného typu.

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

Parametry

type
PropertyTypes

Jeden ze PropertyTypes členů, který určuje typ vlastností k načtení.

Návraty

Objekt ReadOnlyActiveDirectorySchemaPropertyCollection , který obsahuje kolekci ActiveDirectorySchemaProperty objektů pro vlastnosti, které byly načteny.

Výjimky

Aktuální objekt byl odstraněn.

Viz také

Platí pro