FieldPathName

Description

Sets or returns the name of the field from the schema. This might be a "dotted name" if it is from within a reference (for example, owner.login_name).

Field path names are normally set on the BuildField function of the QueryDef object.

Remarque : A field name is not the same as a field column label.

Syntaxe

VBScript

queryfielddef.FieldPathName 
queryfielddef.FieldPathName NewValue 

Perl

$queryfielddef->GetFieldPathName();
$queryfielddef->SetFieldPathName(NewValue); 
Identificateur
Description
queryfielddef
A QueryFieldDef object.
NewValue
A String that specifies the path for the field.
Return value
Returns a String that identifies the path for the field.

Commentaires en retour