Syntaxe
VBScript
queryfielddefs.Remove item
Perl
$queryfielddefs->Remove(item);
- Identificateur
- Description
- queryfielddefs
- A QueryFieldDefs collection object, representing the set
of QueryFieldDef objects available for fetching as a collection.
- item
- The QueryFieldDef object to remove from this
collection.
- Valeur renvoyée
- A Boolean that is True if the QueryFieldDef object was
removed successfully, otherwise False.