Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the CatalogCollection class with the specified parent and custom comparer.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Sub New ( _
parent As IntegrationServices, _
customComparer As IComparer(Of String) _
)
'Uso
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>
)
Parámetros
- parent
Tipo: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices
The parent of the catalog.
- customComparer
Tipo: System.Collections.Generic.IComparer<String>
The custom comparer.
Vea también
Referencia
Sobrecarga de CatalogCollection
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices