Класс CatalogCollection
В этой статье
Represents the collection for catalogs.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollection <Catalog , Catalog.Key , IntegrationServices >
Microsoft.SqlServer.Management.Sdk.Sfc.SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >
Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class CatalogCollection _
Inherits SfcCollatedDictionaryCollection(Of Catalog, Catalog.Key, IntegrationServices)
'Применение
Dim instance As CatalogCollection
public sealed class CatalogCollection : SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
public ref class CatalogCollection sealed : public SfcCollatedDictionaryCollection<Catalog^, Catalog.Key^, IntegrationServices^>
[<SealedAttribute>]
type CatalogCollection =
class
inherit SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
end
public final class CatalogCollection extends SfcCollatedDictionaryCollection<Catalog, Catalog.Key, IntegrationServices>
Тип CatalogCollection обеспечивает доступ к следующим элементам.
Конструкторы
В начало
Свойства
Ascending
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Count
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Initialized
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IsReadOnly
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
IsSynchronized
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Item[String]
Gets the catalog from the catalog collection based upon the specified name.
Item[K]
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Parent
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
SyncRoot
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
В начало
Методы
Add
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Clear
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Contains(String)
Gets or sets a value that indicates whether the catalog collection contains the specified name.
Contains(T)
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Contains(T)
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
CopyTo(Array, Int32)
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
CopyTo(array<T[], Int32)
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
Equals
(Производный от Object .)
GetEnumerator
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
GetHashCode
(Производный от Object .)
GetType
(Производный от Object .)
Refresh()
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Refresh(Boolean)
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Remove
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
RemoveInternal
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
Rename
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ToString
(Производный от Object .)
TryGetValue
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
В начало
Явные реализации интерфейса
ISfcCollection.Add
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.AddShadow
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IComparer<K>.Compare
(Производный от SfcCollatedDictionaryCollection <Catalog , Catalog.Key , IntegrationServices >.)
IListSource.ContainsListCollection
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Count
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.EnsureInitialized
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.FinishMerge
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetCollectionElementNameImpl
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetElementFactory
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IEnumerable.GetEnumerator
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetExisting
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
IListSource.GetList
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.GetObjectByKey
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Initialized
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Parent
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.PrepareMerge
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Remove
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.RemoveElement
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
ISfcCollection.Rename
(Производный от SfcCollection <Catalog , Catalog.Key , IntegrationServices >.)
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices