TableValuedFunctionCollection 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 TableValuedFunctionCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.ITableValuedFunction,Microsoft.SqlServer.Management.SqlParser.Metadata.ITabular>
type TableValuedFunctionCollection = class
inherit DualTypeSortedListCollection<ITableValuedFunction, ITabular>
Public Class TableValuedFunctionCollection
Inherits DualTypeSortedListCollection(Of ITableValuedFunction, ITabular)
- Herencia
-
TableValuedFunctionCollection
Constructores
| Nombre | Description |
|---|---|
| TableValuedFunctionCollection(CollationInfo) | |
| TableValuedFunctionCollection(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>) |