ActiveDirectorySchema.FindAllProperties Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera wszystkie właściwości Active Directory Domain Services w schemacie.
Przeciążenia
FindAllProperties() |
Pobiera wszystkie właściwości Active Directory Domain Services w schemacie. |
FindAllProperties(PropertyTypes) |
Pobiera wszystkie właściwości Active Directory Domain Services w schemacie określonego typu. |
FindAllProperties()
- Źródło:
- ActiveDirectorySchema.cs
- Źródło:
- ActiveDirectorySchema.cs
- Źródło:
- ActiveDirectorySchema.cs
Pobiera wszystkie właściwości Active Directory Domain Services 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ę obiektów dla pobranych ActiveDirectorySchemaProperty właściwości.
Wyjątki
Bieżący obiekt został usunięty.
Zobacz też
- ReadOnlyActiveDirectorySchemaPropertyCollection
- ActiveDirectorySchemaProperty
- ActiveDirectorySchema
- Uzyskiwanie dostępu do schematu
Dotyczy
FindAllProperties(PropertyTypes)
- Źródło:
- ActiveDirectorySchema.cs
- Źródło:
- ActiveDirectorySchema.cs
- Źródło:
- ActiveDirectorySchema.cs
Pobiera wszystkie właściwości Active Directory Domain Services 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ę obiektów dla pobranych ActiveDirectorySchemaProperty właściwości.
Wyjątki
Bieżący obiekt został usunięty.
Zobacz też
- ReadOnlyActiveDirectorySchemaPropertyCollection
- PropertyTypes
- ActiveDirectorySchemaProperty
- ActiveDirectorySchema
- Uzyskiwanie dostępu do schematu