TableCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public class TableCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.TriTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.ITable,Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseTable,Microsoft.SqlServer.Management.SqlParser.Metadata.ITabular>
type TableCollection = class
inherit TriTypeSortedListCollection<ITable, IDatabaseTable, ITabular>
Public Class TableCollection
Inherits TriTypeSortedListCollection(Of ITable, IDatabaseTable, ITabular)
- Herencia
-
TableCollection
Constructores
| Nombre | Description |
|---|---|
| TableCollection(CollationInfo) | |
| TableCollection(Int32, CollationInfo) | |
Propiedades
| Nombre | Description |
|---|---|
| AsMetadataObjectCollection | (Heredado de SortedListCollection<T>) |
| Count | (Heredado de DictionaryCollectionBase<T,U>) |
| Item[String] | (Heredado de DictionaryCollectionBase<T,U>) |
Métodos
| Nombre | Description |
|---|---|
| Add(T) | (Heredado de DictionaryCollectionBase<T,U>) |
| AddRange(IEnumerable<T>) | (Heredado de DictionaryCollectionBase<T,U>) |
| Clear() | (Heredado de DictionaryCollectionBase<T,U>) |
| Clone() | (Heredado de DictionaryCollectionBase<T,U>) |
| Clone(Boolean) | (Heredado de SortedListCollection<T>) |
| Contains(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| Contains(T) | (Heredado de DictionaryCollectionBase<T,U>) |
| FindAll(Predicate<T>) | (Heredado de DictionaryCollectionBase<T,U>) |
| FindAll(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| GetEnumerator() | (Heredado de DictionaryCollectionBase<T,U>) |
| Remove(String) | (Heredado de DictionaryCollectionBase<T,U>) |
| Remove(T) | (Heredado de DictionaryCollectionBase<T,U>) |