Поделиться через


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>

Пользовательский модуль сравнения.

Применяется к