SfcDomainInfoCollection Klasse

Definition

Readonly Collection to hold the current domains information Currently it enthält 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)
Vererbung
SfcDomainInfoCollection

Konstruktoren

Name Beschreibung
SfcDomainInfoCollection(IList<SfcDomainInfo>)

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

Eigenschaften

Name Beschreibung
Item[String]

Abrufen der Domäne aus der aktuellen Sammlung mithilfe des Domänennamens

Methoden

Name Beschreibung
Contains(String)

Sucht, ob eine bestimmte Domäne in der Auflistung vorhanden ist oder nicht den Namen der Domäne verwendet.

GetDomainForNamespaceQualifier(String)

Abrufen der Domäne aus der aktuellen Sammlung mithilfe des Namespacequalifizierersnamens

Gilt für: