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>

사용자 지정 비교자입니다.

적용 대상