Name
Description
Sets or returns the name associated with the query.
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.