DatabaseCollection クラス

定義

public class DatabaseCollection : Microsoft.SqlServer.Management.SqlParser.MetadataProvider.DualTypeSortedListCollection<Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabase,Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseObject>
type DatabaseCollection = class
    inherit DualTypeSortedListCollection<IDatabase, IDatabaseObject>
Public Class DatabaseCollection
Inherits DualTypeSortedListCollection(Of IDatabase, IDatabaseObject)
継承

コンストラクター

名前 説明
DatabaseCollection(CollationInfo)
DatabaseCollection(Int32, CollationInfo)

プロパティ

名前 説明
AsMetadataObjectCollection (継承元 SortedListCollection<T>)
Count (継承元 DictionaryCollectionBase<T,U>)
Item[String] (継承元 DictionaryCollectionBase<T,U>)

メソッド

名前 説明
Add(T) (継承元 DictionaryCollectionBase<T,U>)
AddRange(IEnumerable<T>) (継承元 DictionaryCollectionBase<T,U>)
Clear() (継承元 DictionaryCollectionBase<T,U>)
Clone() (継承元 DictionaryCollectionBase<T,U>)
Clone(Boolean) (継承元 SortedListCollection<T>)
Contains(String) (継承元 DictionaryCollectionBase<T,U>)
Contains(T) (継承元 DictionaryCollectionBase<T,U>)
FindAll(Predicate<T>) (継承元 DictionaryCollectionBase<T,U>)
FindAll(String) (継承元 DictionaryCollectionBase<T,U>)
GetEnumerator() (継承元 DictionaryCollectionBase<T,U>)
Remove(String) (継承元 DictionaryCollectionBase<T,U>)
Remove(T) (継承元 DictionaryCollectionBase<T,U>)

明示的なインターフェイスの実装

名前 説明
IEnumerable.GetEnumerator() (継承元 DualTypeSortedListCollection<T,B>)
IEnumerable<B>.GetEnumerator() (継承元 DualTypeSortedListCollection<T,B>)
IEnumerable<IMetadataObject>.GetEnumerator() (継承元 SortedListCollection<T>)
IMetadataCollection<B>.AsMetadataObjectCollection (継承元 DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(B) (継承元 DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Contains(String) (継承元 DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Count (継承元 DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(Predicate<B>) (継承元 DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.FindAll(String) (継承元 DualTypeSortedListCollection<T,B>)
IMetadataCollection<B>.Item[String] (継承元 DualTypeSortedListCollection<T,B>)
IMetadataCollection<IMetadataObject>.AsMetadataObjectCollection (継承元 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(IMetadataObject) (継承元 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Contains(String) (継承元 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Count (継承元 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(Predicate<IMetadataObject>) (継承元 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.FindAll(String) (継承元 SortedListCollection<T>)
IMetadataCollection<IMetadataObject>.Item[String] (継承元 SortedListCollection<T>)
IMetadataCollection<T>.Item[String] (継承元 DictionaryCollectionBase<T,U>)

適用対象