AliasTables collection
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.
This example shows how to return the alias table name:
var opts = Sections["Query"].QueryOptions; var aliasTable = opts.AliasTables[1].Name;
Read only: Name as String