Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the CatalogCollection class with the specified parent and custom comparer.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Sub New ( _
parent As IntegrationServices, _
customComparer As IComparer(Of String) _
)
'Usage
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>
)
Parameter
- parent
Typ: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
The parent of the catalog.
- customComparer
Typ: System.Collections.Generic.IComparer<String>
The custom comparer.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace