Uniquely qualifies all member values in a result set.
| Valid in: | SAS/ACCESS LIBNAME statement |
|---|---|
| Category: | Data Set Control |
| Default: | NO |
| Data source: | OLE DB |
| See: | Accessing OLE DB for OLAP Data |
Table of Contents
specifies that when the OLE DB interface flattens the result set of an MDX command, the values in each column are uniquely identified using a hierarchical naming scheme.
specifies that when the OLE DB interface flattens the result set of an MDX command, the values in each column are not qualified, which means they might not be unique.
For example, when this
option is set to NO, a GEOGRAPHY column might have a value of PORTLAND for Portland,
Oregon, and the same value of PORTLAND for Portland,
Maine. When you set this option to YES, the two values
might become [USA].[Oregon].[Portland] and [USA].[Maine].[Portland],
respectively.