UpdateQueryDef
Description
Overwrites an existing query workspace item specified by DBID, with the given QueryDef object.
Note: This method became available in version 2002.05.00.
Syntax
VBScript
workspace.UpdateQueryDef
dbid, QueryDefObj
Perl
$workspace->UpdateQueryDef
(dbid, QueryDefObj);
- Identifier
- Description
- workspace
- The Workspace object obtained from the current session.
- dbid
- The DBID of the existing workspace item you want to overwrite.
- QueryDefObj
- A reference to the QueryDef object you are updating the workspace item with.
- Return value
- None.