FRAMES | NO FRAMES
TableData Type

Tabular data.

Availability: Business Analyst Server.

class TableData

Property Description
AddressesData Address data for geocoding. Type GeocodeAddressesData.
Item Folder item. Type esriFolderItem.
RecordSet Record set. Type RecordSet.
URL URL to an external table. Type String.

Remarks

In a data table, all properties are mutually exclusive. One of these properties should be specified and others must be null. The AddressesData property allows specifying geocoding data table directly as an array of address records. The Item property allows specifying a data table stored in the Business Analyst Server repository. The RecordSet property allows direct populating a data table with fields and records. The URL property refers to an external table.

See Also