Udostępnij za pośrednictwem


ActiveDirectorySchema.FindAllProperties Metoda

Definicja

Pobiera wszystkie właściwości usług Domenowych Active Directory w schemacie.

Przeciążenia

Nazwa Opis
FindAllProperties()

Pobiera wszystkie właściwości usług Domenowych Active Directory w schemacie.

FindAllProperties(PropertyTypes)

Pobiera wszystkie właściwości usług Domenowych Active Directory w schemacie określonego typu.

FindAllProperties()

Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs

Pobiera wszystkie właściwości usług Domenowych Active Directory w schemacie.

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

Zwraca

ReadOnlyActiveDirectorySchemaPropertyCollection Obiekt zawierający kolekcję ActiveDirectorySchemaProperty obiektów dla właściwości, które zostały pobrane.

Wyjątki

Bieżący obiekt został usunięty.

Zobacz też

Dotyczy

FindAllProperties(PropertyTypes)

Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs
Źródło:
ActiveDirectorySchema.cs

Pobiera wszystkie właściwości usług Domenowych Active Directory w schemacie określonego 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

PropertyTypes Jeden z elementów członkowskich identyfikujących typ właściwości do pobrania.

Zwraca

ReadOnlyActiveDirectorySchemaPropertyCollection Obiekt zawierający kolekcję ActiveDirectorySchemaProperty obiektów dla właściwości, które zostały pobrane.

Wyjątki

Bieżący obiekt został usunięty.

Zobacz też

Dotyczy