ApplicationPartition.FindAllDirectoryServers メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このアプリケーション パーティションのディレクトリ サーバーを取得します。
オーバーロード
FindAllDirectoryServers() |
このアプリケーション パーティションがホストされるすべてのディレクトリ サーバーが格納された ReadOnlyDirectoryServerCollection オブジェクトを返します。 |
FindAllDirectoryServers(String) |
指定されたサイト内の、このアプリケーション パーティションがホストされるすべてのディレクトリ サーバーが格納された ReadOnlyDirectoryServerCollection オブジェクトを返します。 |
FindAllDirectoryServers()
このアプリケーション パーティションがホストされるすべてのディレクトリ サーバーが格納された ReadOnlyDirectoryServerCollection オブジェクトを返します。
public:
System::DirectoryServices::ActiveDirectory::ReadOnlyDirectoryServerCollection ^ FindAllDirectoryServers();
public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDirectoryServers ();
member this.FindAllDirectoryServers : unit -> System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection
Public Function FindAllDirectoryServers () As ReadOnlyDirectoryServerCollection
戻り値
このアプリケーション パーティションがホストされるすべてのディレクトリ サーバーが格納された ReadOnlyDirectoryServerCollection オブジェクト。
例外
ApplicationPartition オブジェクトは、基になるディレクトリ ストアに対してまだコミットされていません。
オブジェクトは破棄されました。
こちらもご覧ください
適用対象
FindAllDirectoryServers(String)
指定されたサイト内の、このアプリケーション パーティションがホストされるすべてのディレクトリ サーバーが格納された ReadOnlyDirectoryServerCollection オブジェクトを返します。
public:
System::DirectoryServices::ActiveDirectory::ReadOnlyDirectoryServerCollection ^ FindAllDirectoryServers(System::String ^ siteName);
public System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection FindAllDirectoryServers (string siteName);
member this.FindAllDirectoryServers : string -> System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection
Public Function FindAllDirectoryServers (siteName As String) As ReadOnlyDirectoryServerCollection
パラメーター
戻り値
指定されたサイト内の、このアプリケーション パーティションがホストされるディレクトリ サーバーが格納された ReadOnlyDirectoryServerCollection オブジェクト。
例外
siteName
は null
です。
siteName
が空の文字列です。
ApplicationPartition オブジェクトは、基になるディレクトリ ストアに対してまだコミットされていません。
オブジェクトは破棄されました。
こちらもご覧ください
適用対象
.NET