If true, data source object names in the generated CUD statements will contain the catalog identifier.
Catalog is a second-level data container. This property is only reasonable for the databases that support more than one level of containerization with UseSchema being true.
For example, if this property is true, the generated INSERT statement will look like the following:
INSERT INTO mycatalog.myschema.mytable ...
And if this property is false, the generated INSERT statement will look like the following:
INSERT INTO myschema.mytable ...