SfcDomainInfoCollection 類別

定義

只讀集合以儲存目前網域資訊 目前僅包含 SMO、DC、DMF 及 ACME 的資訊 TODO:新增擴充功能以支援從 XML 文件載入更多網域資訊。

public class SfcDomainInfoCollection : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo>
type SfcDomainInfoCollection = class
    inherit ReadOnlyCollection<SfcDomainInfo>
Public Class SfcDomainInfoCollection
Inherits ReadOnlyCollection(Of SfcDomainInfo)
繼承
SfcDomainInfoCollection

建構函式

名稱 Description
SfcDomainInfoCollection(IList<SfcDomainInfo>)

只讀集合以儲存目前網域資訊 目前僅包含 SMO、DC、DMF 及 ACME 的資訊 TODO:新增擴充功能以支援從 XML 文件載入更多網域資訊。

屬性

名稱 Description
Item[String]

使用網域名稱從目前集合取得網域

方法

名稱 Description
Contains(String)

用網域名稱判斷該集合中是否存在特定網域。

GetDomainForNamespaceQualifier(String)

利用命名空間限定名稱從目前集合取得網域

適用於