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 类型公开以下成员。

构造函数

  名称 说明
公共方法 CatalogCollection(IntegrationServices) Initializes a new instance of the CatalogCollection class with the specified parent.
公共方法 CatalogCollection(IntegrationServices, IComparer<String>) Initializes a new instance of the CatalogCollection class with the specified parent and custom comparer.

页首

属性

  名称 说明
公共属性 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> 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.IntegrationServices 命名空间