Udostępnij za pośrednictwem


ActiveDirectoryRole.GetEntries Metoda

Definicja

Zwraca kolekcję ogólną zawierającą wszystkie DirectoryEntry obiekty skojarzone z bieżącym obiektem ActiveDirectoryRole .

public:
 System::Collections::Generic::ICollection<System::DirectoryServices::DirectoryEntry ^> ^ GetEntries();
public System.Collections.Generic.ICollection<System.DirectoryServices.DirectoryEntry> GetEntries ();
member this.GetEntries : unit -> System.Collections.Generic.ICollection<System.DirectoryServices.DirectoryEntry>
Public Function GetEntries () As ICollection(Of DirectoryEntry)

Zwraca

ICollection<DirectoryEntry>

Ogólna DirectoryEntry kolekcja skojarzona z bieżącą kolekcją ActiveDirectoryRole .

Uwagi

Rola może być ogólną kolekcją obiektów zabezpieczeń. W związku z tym rola może zawierać wiele tożsamości, na przykład użyć funkcji , aby zwrócić GetEntries wszystkie obiekty katalogu skojarzone z rolą.

Dotyczy