ActiveDirectoryRole.GetEntries メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の DirectoryEntry に関連付けられたすべての 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)
戻り値
現在の DirectoryEntry に関連付けられた ActiveDirectoryRole のジェネリック コレクション。
注釈
ロールは、セキュリティ オブジェクトの一般的なコレクションです。 そのため、ロールには複数の ID を格納でき、たとえば、GetEntries を使用して、そのロールに関連付けられたすべてのディレクトリ オブジェクトを返すことができます。