ApplicationPartition.FindAllDirectoryServers 方法

定义

检索此应用程序分区的目录服务器。

重载

FindAllDirectoryServers()

返回一个 ReadOnlyDirectoryServerCollection 对象,此对象包含承载此应用程序分区的所有目录服务器。

FindAllDirectoryServers(String)

返回一个 ReadOnlyDirectoryServerCollection 对象,此对象包含在指定站点承载此应用程序分区的所有目录服务器。

FindAllDirectoryServers()

Source:
ApplicationPartition.cs
Source:
ApplicationPartition.cs
Source:
ApplicationPartition.cs

返回一个 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)

Source:
ApplicationPartition.cs
Source:
ApplicationPartition.cs
Source:
ApplicationPartition.cs

返回一个 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

参数

siteName
String

一个 String,它指定要搜索的站点的名称。

返回

一个 ReadOnlyDirectoryServerCollection 对象,此对象包含在指定站点承载此应用程序分区的所有目录服务器。

例外

siteNamenull

siteName 是一个空字符串。

ApplicationPartition 对象尚未提交给基础目录存储区。

已释放此对象。

另请参阅

适用于