Specifies the parent catalog of a table or column to provide access to provider-specific properties.
Sets and returns a Catalog object. Setting ParentCatalog to an open Catalog allows access to provider-specific properties prior to appending a table or column to a Catalog collection.
Some data providers allow provider-specific property values to be written only at creation (when a table or column is appended to its Catalog collection). To access these properties before appending these objects to a Catalog, specify the Catalog in the ParentCatalog property first.
An error occurs when the table or column is appended to a different Catalog than the ParentCatalog.
ParentCatalog Property Example (VB)
Applies To: Column Object | Table Object