AliasTable (Object)

Member of:

AliasTables collection

Description:

Represents an individual alias table name. The alias table names must be wrapped in an interface with a Name property so that they display properly in the script dialog object model tree.

Example:

This example shows how to return the alias table name:

var opts = Sections["Query"].QueryOptions;
var aliasTable = opts.AliasTables[1].Name;

Properties:

Read only: Name as String