IndexedColumnCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class IndexedColumnCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.OrderedCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IIndexedColumn>
type IndexedColumnCollection = class
inherit OrderedCollection<IIndexedColumn>
Public Class IndexedColumnCollection
Inherits OrderedCollection(Of IIndexedColumn)
- Inheritance
Constructors
IndexedColumnCollection(CollationInfo) | |
IndexedColumnCollection(Int32, CollationInfo) |
Properties
AsMetadataObjectCollection | (Inherited from OrderedCollection<T>) |
Count | (Inherited from OrderedCollectionBase<T>) |
Item[Int32] | (Inherited from OrderedCollectionBase<T>) |
Item[String] | (Inherited from OrderedCollectionBase<T>) |
Methods
Add(T) | (Inherited from OrderedCollectionBase<T>) |
AddRange(IEnumerable<T>) | (Inherited from OrderedCollectionBase<T>) |
Clear() | (Inherited from OrderedCollectionBase<T>) |
Clone() | (Inherited from OrderedCollectionBase<T>) |
Clone(Boolean) | (Inherited from OrderedCollectionBase<T>) |
Contains(String) | (Inherited from OrderedCollectionBase<T>) |
Contains(T) | (Inherited from OrderedCollectionBase<T>) |
FindAll(Predicate<T>) | (Inherited from OrderedCollectionBase<T>) |
FindAll(String) | (Inherited from OrderedCollectionBase<T>) |
GetEnumerator() | (Inherited from OrderedCollectionBase<T>) |
Remove(String) | (Inherited from OrderedCollectionBase<T>) |
Remove(T) | (Inherited from OrderedCollectionBase<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from OrderedCollection<T>) |
IEnumerable<IMetadataObject>.GetEnumerator() | (Inherited from OrderedCollection<T>) |
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection | (Inherited from OrderedCollection<T>) |
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) | (Inherited from OrderedCollection<T>) |
IMetadataCollection<IMetadataObject>.Contains(String) | (Inherited from OrderedCollection<T>) |
IMetadataCollection<IMetadataObject>.Count | (Inherited from OrderedCollection<T>) |
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) | (Inherited from OrderedCollection<T>) |
IMetadataCollection<IMetadataObject>.FindAll(String) | (Inherited from OrderedCollection<T>) |
IMetadataCollection<IMetadataObject>.Item[String] | (Inherited from OrderedCollection<T>) |
IMetadataCollection<T>.Item[String] | (Inherited from OrderedCollectionBase<T>) |
IMetadataOrderedCollection<IMetadataObject>.Item[Int32] | (Inherited from OrderedCollection<T>) |