Bagikan melalui


CatalogCollection Konstruktor

Definisi

Menginisialisasi instans baru kelas CatalogCollection.

Overload

CatalogCollection(IntegrationServices)

Menginisialisasi instans CatalogCollection baru kelas dengan induk yang ditentukan.

CatalogCollection(IntegrationServices, IComparer<String>)

Menginisialisasi instans CatalogCollection baru kelas dengan induk dan perbandingan kustom yang ditentukan.

CatalogCollection(IntegrationServices)

Menginisialisasi instans CatalogCollection baru kelas dengan induk yang ditentukan.

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)

Parameter

parent
IntegrationServices

Induk katalog.

Berlaku untuk

CatalogCollection(IntegrationServices, IComparer<String>)

Menginisialisasi instans CatalogCollection baru kelas dengan induk dan perbandingan kustom yang ditentukan.

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))

Parameter

parent
IntegrationServices

Induk katalog.

customComparer
IComparer<String>

Perbandingan kustom.

Berlaku untuk