Description
Overwrites
an existing query workspace item specified by DBID, with the given QueryDef
object.
Remarque : This method became available in version 2002.05.00.
Syntaxe
VBScript
workspace.UpdateQueryDef dbid, QueryDefObj
Perl
$workspace->UpdateQueryDef(dbid, QueryDefObj);
- Identificateur
- 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.
- Valeur de retour
- Aucune.