Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.31 KB

File metadata and controls

38 lines (27 loc) · 2.31 KB
title Reserved Keywords (DMX) | Microsoft Docs
ms.date 06/07/2018
ms.prod sql
ms.technology analysis-services
ms.custom dmx
ms.topic conceptual
ms.author owend
ms.reviewer owend
author minewiskan

Reserved Keywords (DMX)

[!INCLUDEssas-appliesto-sqlas]

[!INCLUDEmsCoName] [!INCLUDEssASversion2005] reserves certain keywords for its exclusive use. These keywords cannot be used anywhere in Data Mining Extensions (DMX) statements except in the positions that [!INCLUDEssASnoversion] defines in the DMX language reference. These restricted DMX keywords include the following members:

  • All data definition statements listed in the topic, DMX Data Definition Statements.

  • All data mining query functions listed in the topic, DMX Function Reference.

  • All operators listed in the topic, DMX Operator Reference.

  • Keywords that are defined in the Multidimensional Expressions (MDX) query language and are included as part of a DMX statement.

  • Keywords that are defined in the OLE DB for Data Mining specification and are included as part of a DMX statement.

When you name objects in a database, we recommend that you use a naming convention that avoids using reserved keywords.

If your database does contain names that match reserved keywords, you must use delimited identifiers when you refer to those objects. For more information, see Identifiers (DMX).

See Also

Data Mining Extensions (DMX) Reference
Data Mining Extensions (DMX) Statement Reference
Data Mining Extensions (DMX) Syntax Conventions
Data Mining Extensions (DMX) Syntax Elements
Understanding the DMX Select Statement