SfcDomainInfoCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |