CatalogCollection コンストラクター

定義

CatalogCollection クラスの新しいインスタンスを初期化します。

オーバーロード

CatalogCollection(IntegrationServices)

指定した親を使用して、CatalogCollection クラスの新しいインスタンスを初期化します。

CatalogCollection(IntegrationServices, IComparer<String>)

指定した親とカスタムの比較演算子を使用して、CatalogCollection クラスの新しいインスタンスを初期化します。

CatalogCollection(IntegrationServices)

指定した親を使用して、CatalogCollection クラスの新しいインスタンスを初期化します。

public:
 CatalogCollection(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent);
public CatalogCollection (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent);
new Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices -> Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
Public Sub New (parent As IntegrationServices)

パラメーター

parent
IntegrationServices

カタログの親です。

適用対象

CatalogCollection(IntegrationServices, IComparer<String>)

指定した親とカスタムの比較演算子を使用して、CatalogCollection クラスの新しいインスタンスを初期化します。

public:
 CatalogCollection(Microsoft::SqlServer::Management::IntegrationServices::IntegrationServices ^ parent, System::Collections::Generic::IComparer<System::String ^> ^ customComparer);
public CatalogCollection (Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices parent, System.Collections.Generic.IComparer<string> customComparer);
new Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection : Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices * System.Collections.Generic.IComparer<string> -> Microsoft.SqlServer.Management.IntegrationServices.CatalogCollection
Public Sub New (parent As IntegrationServices, customComparer As IComparer(Of String))

パラメーター

parent
IntegrationServices

カタログの親です。

customComparer
IComparer<String>

カスタムの比較演算子。

適用対象