SfcDomainInfoCollection Class

Definition

Readonly Collection to hold the current domains information Currently it holds information only about SMO, DC, DMF and ACME TODO: Add extensions to support loading more domains information from XML documents.

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)
Inheritance
SfcDomainInfoCollection

Constructors

SfcDomainInfoCollection(IList<SfcDomainInfo>)

Properties

Item[String]

Get domain from the current collection using domain's name

Methods

Contains(String)

Finds if a specific domain exists in the collection or not using domain's name.

GetDomainForNamespaceQualifier(String)

Get domain from the current collection using Namespace Qualifier name

Applies to