Aracılığıyla paylaş


ActiveDirectoryRole.GetEntries Yöntem

Tanım

Geçerli ile ilişkili tüm nesneleri DirectoryEntry içeren genel koleksiyonu ActiveDirectoryRole 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

ICollection<DirectoryEntry>

Geçerli DirectoryEntry ile ilişkili genel ActiveDirectoryRole koleksiyon.

Açıklamalar

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

Şunlara uygulanır