ViewCollection Class
Represents a collection of IView objects.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DictionaryCollectionBase<IView, SortedList<String, IView>>
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.SortedListCollection<IView>
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<IView, IDatabaseTable>
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TriTypeSortedListCollection<IView, IDatabaseTable, ITabular>
Microsoft.SqlServer.Management.SqlParser.MetadataProvider.ViewCollection
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Class ViewCollection _
Inherits TriTypeSortedListCollection(Of IView, IDatabaseTable, ITabular)
'Usage
Dim instance As ViewCollection
public class ViewCollection : TriTypeSortedListCollection<IView, IDatabaseTable, ITabular>
public ref class ViewCollection : public TriTypeSortedListCollection<IView^, IDatabaseTable^, ITabular^>
type ViewCollection =
class
inherit TriTypeSortedListCollection<IView, IDatabaseTable, ITabular>
end
public class ViewCollection extends TriTypeSortedListCollection<IView, IDatabaseTable, ITabular>
The ViewCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ViewCollection(CollationInfo) | Initializes a new instance of the ViewCollection class that uses the specified CollationInfo object and has the default initial capacity. | |
ViewCollection(Int32, CollationInfo) | Initializes a new instance of the ViewCollection class that uses the specified capacity and CollationInfo object. |
Top
Properties
Name | Description | |
---|---|---|
AsMetadataObjectCollection | Gets an IMetadataCollection<T> object that contains this collection. (Inherited from SortedListCollection<T>.) | |
Count | Gets the number of elements in the collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
Item | Gets or sets the object in the collection that has the specified name. (Inherited from DictionaryCollectionBase<T, U>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an object to the collection using its name as the key. (Inherited from DictionaryCollectionBase<T, U>.) | |
AddRange | Adds the elements in the specified collection to this collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
Clear | Removes all elements from the collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
Clone() | Creates an IMutableMetadataCollection<T> object that is a copy of this object, except for the elements. (Inherited from DictionaryCollectionBase<T, U>.) | |
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>.) | |
Contains(String) | Determines whether the specified element is in the collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
Contains(T) | Determines whether the specified element is in the collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindAll(Predicate<T>) | Finds all elements in the collection that match the conditions defined by the specified predicate. (Inherited from DictionaryCollectionBase<T, U>.) | |
FindAll(String) | Finds all elements in the collection that have the specified name. (Inherited from DictionaryCollectionBase<T, U>.) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(String) | Removes the object with the specified name from the collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
Remove(T) | Removes the specified object from the collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<B>.GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from DualTypeSortedListCollection<T, B>.) | |
IEnumerable<IMetadataObject>.GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from SortedListCollection<T>.) | |
IEnumerable<B2>.GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) | |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) | |
IMetadataCollection<B>.AsMetadataObjectCollection | Gets an IMetadataCollection<T> object that contains this collection. (Inherited from DualTypeSortedListCollection<T, B>.) | |
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection | Gets an IMetadataCollection<T> object that contains this collection. (Inherited from SortedListCollection<T>.) | |
IMetadataCollection<B2>.AsMetadataObjectCollection | Gets an IMetadataCollection<T> object that contains this collection. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) | |
IMetadataCollection<B>.Contains(String) | Determines whether the collection contains the specified element. (Inherited from DualTypeSortedListCollection<T, B>.) | |
IMetadataCollection<B>.Contains(B) | Determines whether the collection contains the specified object. (Inherited from DualTypeSortedListCollection<T, B>.) | |
IMetadataCollection<IMetadataObject>.Contains(String) | Determines whether the collection contains an element that has the specified name. (Inherited from SortedListCollection<T>.) | |
IMetadataCollection<B2>.Contains(String) | Determines whether the collection contains an element that has the specified name. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) | |
IMetadataCollection<B2>.Contains(B2) | Determines whether the collection contains the specified object. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) | |
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) | Determines whether the collection contains the specified object. (Inherited from SortedListCollection<T>.) | |
IMetadataCollection<B>.Count | Gets the number of elements in the collection. (Inherited from DualTypeSortedListCollection<T, B>.) | |
IMetadataCollection<IMetadataObject>.Count | Gets the number of elements in the collection. (Inherited from SortedListCollection<T>.) | |
IMetadataCollection<B2>.Count | Gets the number of elements in the collection. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) | |
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>.) | |
IMetadataCollection<B>.FindAll(String) | Retrieves all elements in the collection that have the specified name. (Inherited from DualTypeSortedListCollection<T, B>.) | |
IMetadataCollection<IMetadataObject>.FindAll(String) | Retrieves all elements in the collection that have the specified name. (Inherited from SortedListCollection<T>.) | |
IMetadataCollection<B2>.FindAll(Predicate<B2>) | Retrieves all elements in the collection that match the conditions defined by the specified predicate. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) | |
IMetadataCollection<B2>.FindAll(String) | Retrieves all elements in the collection that have the specified name. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) | |
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) | Retrieves all elements in the collection that match the conditions defined by the specified predicate. (Inherited from SortedListCollection<T>.) | |
IMetadataCollection<T>.Item[String] | Gets the specified element from the collection. (Inherited from DictionaryCollectionBase<T, U>.) | |
IMetadataCollection<B>.Item[String] | Gets the specified element from the collection. (Inherited from DualTypeSortedListCollection<T, B>.) | |
IMetadataCollection<IMetadataObject>.Item[String] | Gets the element that has the specified name. (Inherited from SortedListCollection<T>.) | |
IMetadataCollection<B2>.Item[String] | Gets the element that has the specified name. (Inherited from TriTypeSortedListCollection<T, B1, B2>.) |
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.