SchemaCollection Class

Represents a collection of ISchema objects.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollectionBase<ISchema, SortedList<String, ISchema>>
    Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SortedListCollection<ISchema>
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<ISchema, IDatabaseObject>
        Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SchemaCollection

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Class SchemaCollection _
    Inherits DualTypeSortedListCollection(Of ISchema, IDatabaseObject)
'Usage
Dim instance As SchemaCollection
public class SchemaCollection : DualTypeSortedListCollection<ISchema, IDatabaseObject>
public ref class SchemaCollection : public DualTypeSortedListCollection<ISchema^, IDatabaseObject^>
type SchemaCollection =  
    class 
        inherit DualTypeSortedListCollection<ISchema, IDatabaseObject>
    end
public class SchemaCollection extends DualTypeSortedListCollection<ISchema, IDatabaseObject>

The SchemaCollection type exposes the following members.

Constructors

  Name Description
Public method SchemaCollection(CollationInfo) Initializes a new instance of the SchemaCollection class that uses the specified CollationInfo object and the default initial capacity.
Public method SchemaCollection(Int32, CollationInfo) Initializes a new instance of the SchemaCollection class that uses the specified capacity and CollationInfo object.

Top

Properties

  Name Description
Public property AsMetadataObjectCollection Gets an IMetadataCollection<T> object that contains this collection. (Inherited from SortedListCollection<T>.)
Public property Count Gets the number of elements in the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public property Item Gets or sets the object in the collection that has the specified name. (Inherited from DictionaryCollectionBase<T, U>.)

Top

Methods

  Name Description
Public method Add Adds an object to the collection using its name as the key. (Inherited from DictionaryCollectionBase<T, U>.)
Public method AddRange Adds the elements in the specified collection to this collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Clear Removes all elements from the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Clone() Creates an IMutableMetadataCollection<T> object that is a copy of this object, except for the elements. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Clone(Boolean) Creates an IMutableMetadataCollection<T> object that is a copy of this object and, if specified, also copies the elements. (Inherited from SortedListCollection<T>.)
Public method Contains(String) Determines whether the specified element is in the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Contains(T) Determines whether the specified element is in the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindAll(Predicate<T>) Finds all elements in the collection that match the conditions defined by the specified predicate. (Inherited from DictionaryCollectionBase<T, U>.)
Public method FindAll(String) Finds all elements in the collection that have the specified name. (Inherited from DictionaryCollectionBase<T, U>.)
Public method GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove(String) Removes the object with the specified name from the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method Remove(T) Removes the specified object from the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable<B>.GetEnumerator() Returns an enumerator that iterates through the collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IEnumerable<IMetadataObject>.GetEnumerator() Returns an enumerator that iterates through the collection. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate property IMetadataCollection<B>.AsMetadataObjectCollection Gets an IMetadataCollection<T> object that contains this collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate property IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection Gets an IMetadataCollection<T> object that contains this collection. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IMetadataCollection<B>.Contains(String) Determines whether the collection contains the specified element. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<B>.Contains(B) Determines whether the collection contains the specified object. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.Contains(String) Determines whether the collection contains an element that has the specified name. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) Determines whether the collection contains the specified object. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate property IMetadataCollection<B>.Count Gets the number of elements in the collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate property IMetadataCollection<IMetadataObject>.Count Gets the number of elements in the collection. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IMetadataCollection<B>.FindAll(Predicate<B>) Retrieves all elements in the collection that match the conditions defined by the specified predicate. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<B>.FindAll(String) Retrieves all elements in the collection that have the specified name. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.FindAll(String) Retrieves all elements in the collection that have the specified name. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate method IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) Retrieves all elements in the collection that match the conditions defined by the specified predicate. (Inherited from SortedListCollection<T>.)
Explicit interface implemetationPrivate property IMetadataCollection<T>.Item[String] Gets the specified element from the collection. (Inherited from DictionaryCollectionBase<T, U>.)
Explicit interface implemetationPrivate property IMetadataCollection<B>.Item[String] Gets the specified element from the collection. (Inherited from DualTypeSortedListCollection<T, B>.)
Explicit interface implemetationPrivate property IMetadataCollection<IMetadataObject>.Item[String] Gets the element that has the specified name. (Inherited from SortedListCollection<T>.)

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.

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace