ConfigurationSet 類別

定義

ConfigurationSet 類別表示一個或多個 AD LDS 執行個體的組態集。

public ref class ConfigurationSet
public class ConfigurationSet
type ConfigurationSet = class
Public Class ConfigurationSet
繼承
ConfigurationSet

屬性

AdamInstances

取得組態集中 AD LDS 執行個體的唯讀集合。

ApplicationPartitions

取得在組態集中的應用程式磁碟分割的唯讀集合。

Name

取得 ConfigurationSet 物件的名稱。

NamingRoleOwner

取得 AD LDS 執行個體,其為網域命名主機角色的目前擁有人。

Schema

取得此組態集的結構描述物件。

SchemaRoleOwner

取得 AD LDS 執行個體,其為結構描述作業主機角色的目前擁有人。

Sites

取得在組態集中的站台之唯讀集合。

方法

Dispose()

釋放此物件所使用的所有 Managed 和 Unmanaged 資源。

Dispose(Boolean)

釋放由此物件所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
FindAdamInstance()

尋找這個組態集中的 AD LDS 執行個體。

FindAdamInstance(String)

在這個組態集中尋找指定分割名稱的 AD LDS 執行個體。

FindAdamInstance(String, String)

在這個組態集中尋找指定分割名稱和網站名稱的 AD LDS 執行個體。

FindAllAdamInstances()

傳回這個組態集中的所有 AD LDS 執行個體。

FindAllAdamInstances(String)

針對指定的分割名稱,傳回這個組態集中的所有 AD LDS 執行個體。

FindAllAdamInstances(String, String)

針對指定的分割名稱和網站名稱,傳回這個組態集中的所有 AD LDS 執行個體。

GetConfigurationSet(DirectoryContext)

傳回指定之目錄內容的 ConfigurationSet 物件。

GetDirectoryEntry()

取得組態分割的 DirectoryEntry 物件。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetSecurityLevel()

傳回 AD LDS 複寫安全性層級。

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
SetSecurityLevel(ReplicationSecurityLevel)

設定 AD LDS 複寫安全性層級。

ToString()

傳回 ConfigurationSet 物件的名稱。

適用於