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
카탈로그의 부모입니다.