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 abstract class DictionaryCollectionBase<T,U> : Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<T>, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<T>, System.Collections.Generic.IEnumerable<T> where T : class, IMetadataObject where U : class, IDictionary<string,T>
type DictionaryCollectionBase<'T, 'U (requires 'T : null and 'T :> IMetadataObject and 'U : null and 'U :> IDictionary<string, 'T>)> = class
interface IMutableMetadataCollection<'T (requires 'T : null and 'T :> IMetadataObject)>
interface IMetadataCollection<'T (requires 'T : null and 'T :> IMetadataObject)>
interface seq<'T (requires 'T : null and 'T :> IMetadataObject)>
interface IEnumerable
Public MustInherit Class DictionaryCollectionBase(Of T, U)
Implements IEnumerable(Of T), IMetadataCollection(Of T), IMutableMetadataCollection(Of T)