SfcDomainInfoCollection Class

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<SfcDomainInfo>
    Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfoCollection

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Class SfcDomainInfoCollection _
    Inherits ReadOnlyCollection(Of SfcDomainInfo)
'Usage
Dim instance As SfcDomainInfoCollection
public class SfcDomainInfoCollection : ReadOnlyCollection<SfcDomainInfo>
public ref class SfcDomainInfoCollection : public ReadOnlyCollection<SfcDomainInfo^>
type SfcDomainInfoCollection =  
    class
        inherit ReadOnlyCollection<SfcDomainInfo>
    end
public class SfcDomainInfoCollection extends ReadOnlyCollection<SfcDomainInfo>

The SfcDomainInfoCollection type exposes the following members.

Constructors

  Name Description
Public method SfcDomainInfoCollection Initializes a new instance of the SfcDomainInfoCollection class with specified list. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top

Properties

  Name Description
Public property Count (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Public property Item[Int32] (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Public property Item[String] Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Protected property Items (Inherited from ReadOnlyCollection<SfcDomainInfo>.)

Top

Methods

  Name Description
Public method Contains(String) Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method Contains(T) (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Public method CopyTo (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDomainForNamespaceQualifier Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Public method GetEnumerator (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<T>.Add (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList.Add (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method ICollection<T>.Clear (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList.Clear (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList<T>.Insert (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate property IList<T>.Item (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method ICollection<T>.Remove (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList<T>.RemoveAt (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate method IList.RemoveAt (Inherited from ReadOnlyCollection<SfcDomainInfo>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from ReadOnlyCollection<SfcDomainInfo>.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.