ColumnCollection Klasse

Definition

public class ColumnCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IColumn,Microsoft.SqlServer.Management.SqlParser.Metadata.IScalar>
type ColumnCollection = class
    inherit DualTypeSortedListCollection<IColumn, IScalar>
Public Class ColumnCollection
Inherits DualTypeSortedListCollection(Of IColumn, IScalar)
Vererbung

Konstruktoren

Name Beschreibung
ColumnCollection(CollationInfo)
ColumnCollection(Int32, CollationInfo)

Eigenschaften

Name Beschreibung
AsMetadataObjectCollection (Geerbt von SortedListCollection<T>)
Count (Geerbt von DictionaryCollectionBase<T,U>)
Item[String] (Geerbt von DictionaryCollectionBase<T,U>)

Methoden

Name Beschreibung
Add(T) (Geerbt von DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (Geerbt von DictionaryCollectionBase<T,U>)
Clear() (Geerbt von DictionaryCollectionBase<T,U>)
Clone() (Geerbt von DictionaryCollectionBase<T,U>)
Clone(Boolean) (Geerbt von SortedListCollection<T>)
Contains(String) (Geerbt von DictionaryCollectionBase<T,U>)
Contains(T) (Geerbt von DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (Geerbt von DictionaryCollectionBase<T,U>)
FindAll(String) (Geerbt von DictionaryCollectionBase<T,U>)
GetEnumerator() (Geerbt von DictionaryCollectionBase<T,U>)
Remove(String) (Geerbt von DictionaryCollectionBase<T,U>)
Remove(T) (Geerbt von DictionaryCollectionBase<T,U>)

Explizite Schnittstellenimplementierungen

Name Beschreibung
IEnumerable.GetEnumerator() (Geerbt von DualTypeSortedListCollection<T,B>)
IEnumerable<B>.GetEnumerator() (Geerbt von DualTypeSortedListCollection<T,B>)
IEnumerable<IMetadataObject>.GetEnumerator() (Geerbt von SortedListCollection<T>)
IMetadataCollection<B>.AsMetadataObjectCollection (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(B) (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(String) (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Count (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(Predicate<B>) (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(String) (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Item[String] (Geerbt von DualTypeSortedListCollection<T,B>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Count (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (Geerbt von SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (Geerbt von SortedListCollection<T>)
IMetadataCollection<T>.Item[String] (Geerbt von DictionaryCollectionBase<T,U>)

Gilt für: