QueryTable.Name Property
Returns or sets a String value representing the name of the object.
Syntax
expression.Name
expression A variable that represents a QueryTable object.
Remarks
The following table shows example values of the Name property and related properties given an OLAP data source with the unique name "[Europe].[France].[Paris]" and a non-OLAP data source with the item name "Paris".
| Property | Value (OLAP data source) | Value (non-OLAP data source) |
|---|---|---|
| Caption | Paris | Paris |
| Name | [Europe].[France].[Paris] (read-only) | Paris |
| SourceName | [Europe].[France].[Paris] (read-only) | (Same as SQL property value, read-only) |
| Value | [Europe].[France].[Paris] (read-only) | Paris |