CatalogCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
カタログの親です。