The target rowset or table of an UpdateSet operation.

Property of

UpdateSet

Description

The destination property contains an object reference to a rowset or the name of a table that is the target of an UpdateSet operation. For an append( ), update( ), or appendUpdate( ), it refers to the rowset or table that is changed. For a copy( ), it refers to the rowset or table that receives the copies. If a table name is specified, that table is created, or overwritten if it already exists. For a delete( ), the destination property refers to the table from which rows are deleted.

The source property specifies the other end of the UpdateSet operation.