UserDefinedClrTypeCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public sealed class UserDefinedClrTypeCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedClrType,Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedType>
type UserDefinedClrTypeCollection = class
inherit DualTypeSortedListCollection<IUserDefinedClrType, IUserDefinedType>
Public NotInheritable Class UserDefinedClrTypeCollection
Inherits DualTypeSortedListCollection(Of IUserDefinedClrType, IUserDefinedType)
- Héritage
-
UserDefinedClrTypeCollection
Constructeurs
| Nom | Description |
|---|---|
| UserDefinedClrTypeCollection(CollationInfo) | |
| UserDefinedClrTypeCollection(Int32, CollationInfo) | |
Propriétés
| Nom | Description |
|---|---|
| AsMetadataObjectCollection | (Hérité de SortedListCollection<T>) |
| Count | (Hérité de DictionaryCollectionBase<T,U>) |
| Item[String] | (Hérité de DictionaryCollectionBase<T,U>) |
Méthodes
| Nom | Description |
|---|---|
| Add(T) | (Hérité de DictionaryCollectionBase<T,U>) |
| AddRange(IEnumerable<T>) | (Hérité de DictionaryCollectionBase<T,U>) |
| Clear() | (Hérité de DictionaryCollectionBase<T,U>) |
| Clone() | (Hérité de DictionaryCollectionBase<T,U>) |
| Clone(Boolean) | (Hérité de SortedListCollection<T>) |
| Contains(String) | (Hérité de DictionaryCollectionBase<T,U>) |
| Contains(T) | (Hérité de DictionaryCollectionBase<T,U>) |
| FindAll(Predicate<T>) | (Hérité de DictionaryCollectionBase<T,U>) |
| FindAll(String) | (Hérité de DictionaryCollectionBase<T,U>) |
| GetEnumerator() | (Hérité de DictionaryCollectionBase<T,U>) |
| Remove(String) | (Hérité de DictionaryCollectionBase<T,U>) |
| Remove(T) | (Hérité de DictionaryCollectionBase<T,U>) |