Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 2.06 KB

File metadata and controls

44 lines (38 loc) · 2.06 KB
title Data Mining Extensions (DMX) Syntax Conventions | Microsoft Docs
ms.custom
ms.date 03/02/2016
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
analysis-services/data-mining
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
DMX
helpviewer_keywords
Data Mining Extensions [Analysis Services], syntax conventions
syntax [DMX]
DMX [Analysis Services], syntax conventions
ms.assetid 7a885df3-9500-4793-9307-90a7d617f486
caps.latest.revision 13
author Minewiskan
ms.author owend
manager erikre

Data Mining Extensions (DMX) Syntax Conventions

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

The Data Mining Extensions (DMX) reference documentation in [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] uses the following conventions to describe the DMX language.

Convention Usage
bold DMX keywords and text that must be typed exactly as shown.
italic User-supplied arguments of DMX syntax.
| (vertical bar) Used to separate syntax items within brackets or braces. You can choose only one of the items.
[ ] (brackets) Contain optional syntax items. Do not type the brackets.
{ } (braces) Contain required syntax items. Do not type the braces.
, ... Indicates that the item before the comma can be repeated any number of times. The items are separated by commas.
<label> ::= The name for a block of syntax. This convention is used to group and label sections of lengthy syntax or a unit of syntax that can be used in more than one location within a statement. Each location in which the block of syntax can be used is indicated with the label enclosed in chevrons, such as <label>.

See Also

Data Mining Extensions (DMX) Reference