Name
Description
Sets or returns the name associated with the query.
Note:
This method is currently not supported
Syntax
VBScript
querydef
.
Name
querydef
.
Name
newName
Perl
$querydef
->
GetName
();
$querydef
->
SetName
(
newName
);
Identifier
Description
querydef
A QueryDef object.
newName
A String containing the new name of the query.
Return value
A String containing the name of the query.
Parent topic:
QueryDef object properties
See also
Save
Feedback