Previous Page | Next Page

Updating Metadata Objects

Overview of Updating Metadata

The SAS Open Metadata Interface provides the UpdateMetadata method for updating existing metadata objects. With UpdateMetadata, you can do the following:

The UpdateMetadata method does not allow you to create new objects. For information about creating a metadata object, see Adding Metadata Objects. UpdateMetadata can create associated objects indirectly as a result of defining an association.

The UpdateMetadata method cannot delete a metadata object. To delete a metadata object, you must use the DeleteMetadata method. For more information, see Deleting Metadata Objects. The UpdateMetadata method might indirectly delete dependent objects to enforce cardinality rules when an association is deleted. For example, if a table is updated to remove an association to a column, then the Column object, which is dependent on the table, is deleted as well. However, a Column object cannot be updated to remove its association to a table and, as a result, be deleted.

Previous Page | Next Page | Top of Page