ActiveDirectoryRole.GetEntries Yöntem

Tanım

Geçerli DirectoryEntryile ilişkili tüm ActiveDirectoryRole nesneleri içeren genel koleksiyonu döndürür.

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)

Döndürülenler

Geçerli DirectoryEntryile ilişkili genel ActiveDirectoryRole koleksiyon.

Açıklamalar

Rol, genel bir güvenlik nesneleri koleksiyonu olabilir. Bu nedenle, bir rol birden çok kimlik içerebilir, örneğin rolle ilişkili tüm dizin nesnelerini döndürmek için kullanın GetEntries .

Şunlara uygulanır