Initializes a new instance of the CatalogCollection class with the specified parent and custom comparer.
네임스페이스: Microsoft.SqlServer.Management.IntegrationServices
어셈블리: Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)
구문
‘선언
Public Sub New ( _
parent As IntegrationServices, _
customComparer As IComparer(Of String) _
)
‘사용 방법
Dim parent As IntegrationServices
Dim customComparer As IComparer(Of String)
Dim instance As New CatalogCollection(parent, _
customComparer)
public CatalogCollection(
IntegrationServices parent,
IComparer<string> customComparer
)
public:
CatalogCollection(
IntegrationServices^ parent,
IComparer<String^>^ customComparer
)
new :
parent:IntegrationServices *
customComparer:IComparer<string> -> CatalogCollection
public function CatalogCollection(
parent : IntegrationServices,
customComparer : IComparer<String>
)
매개 변수
- parent
유형: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
The parent of the catalog.
- customComparer
유형: System.Collections.Generic.IComparer<String>
The custom comparer.