Extended property granularity
ccollins
Posts: 64
The extended property differences are not an item in the differences collection. Is there another way of controlling, (i.e. setting an extended property difference.selected to false), extended properties individually, both at the database and table level?
Working need:
Exclude a specific database level extended property from work.BuildFromDifferences and the resulting synchronization.
Working need:
Exclude a specific database level extended property from work.BuildFromDifferences and the resulting synchronization.
Comments
Extended Properties are considered a property of the table object, so the only option I can see would help is to set the IgnoreExtendedProperties option in your options enumeration. This would stop the comparison and synchronization of all extended properties.
We cannot ignore the table level properties, they need to be synchronized.
We cannot ignore all of the database level properties, all but one needs to be synchronized.