SortedListCollection<T> Class

Represents a collection of metadata objects that uses a SortedList object as the underlying container.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollectionBase<T, SortedList<String, T>>
    Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SortedListCollection<T>
      More...

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

Syntax

'Declaration
Public Class SortedListCollection(Of T As {Class, IMetadataObject}) _
    Inherits DictionaryCollectionBase(Of T, SortedList(Of String, T)) _
    Implements IMetadataCollection(Of IMetadataObject), IEnumerable(Of IMetadataObject),  _
    IEnumerable
'Usage
Dim instance As SortedListCollection(Of T)
public class SortedListCollection<T> : DictionaryCollectionBase<T, SortedList<string, T>>, 
    IMetadataCollection<IMetadataObject>, IEnumerable<IMetadataObject>, IEnumerable 
where T : class, IMetadataObject
generic<typename T>
where T : ref class, IMetadataObject 
public ref class SortedListCollection : public DictionaryCollectionBase<T, SortedList<String^, T>^>, 
    IMetadataCollection<IMetadataObject^>, IEnumerable<IMetadataObject^>, IEnumerable
type SortedListCollection<'T when 'T : not struct and IMetadataObject> =  
    class 
        inherit DictionaryCollectionBase<'T, SortedList<string, 'T>>
        interface IMetadataCollection<IMetadataObject>
        interface IEnumerable<IMetadataObject>
        interface IEnumerable 
    end
JScript does not support generic types and methods.

Type Parameters

  • T
    The type of the elements in the collection, constrained to IMetadataObject.

The SortedListCollection<T> type exposes the following members.

Constructors

  Name Description
Public method SortedListCollection<T> Initializes a new instance of the SortedListCollection class that uses the specified capacity and collation information.

Top

Properties

  Name Description
Public property AsMetadataObjectCollection Gets an IMetadataCollection<T> object that contains this collection. (Overrides DictionaryCollectionBase<T, U>.AsMetadataObjectCollection.)
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. (Overrides DictionaryCollectionBase<T, U>.Clone(Boolean).)
Public method Contains(String) 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 ToString (Inherited from Object.)

Top

Explicit Interface Implementations

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

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollectionBase<T, SortedList<String, T>>
    Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SortedListCollection<T>
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ConstraintCollection
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DatabaseDdlTriggerCollection
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DmlTriggerCollection
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<T, B>
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IndexCollection
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ServerDdlTriggerCollection
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.StatisticsCollection
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SynonymCollection
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TabularCollection
      Microsoft.SqlServer.Management.SqlParser.MetadataProvider.UserDefinedAggregateCollection