Data Mining Extensions (DMX) Syntax Elements
In Microsoft SQL Server 2005 Analysis Services (SSAS), you can use various syntax elements to define Data Mining Extensions (DMX) statements that you can use to build, manage, and work with data mining models. The following sections describe these syntax elements.
Topic | Description |
---|---|
Name objects such as mining models, mining structures, and columns. |
|
Define the type of data that a mining model column contains. |
|
Units of syntax that Analysis Services can resolve to single, or scalar, values, objects, or table values. |
|
Used with one or more simple DMX expressions to make more complex DMX expressions. |
|
An expression that takes zero or one or more input values and returns a scalar value or a table. |
|
Text elements that you can insert into DMX statements or scripts to explain the purpose of a statement. Analysis Services does not run comments. |
|
Words that are reserved for DMX use that should not be used to name objects in a database. |
|
Define the content that a mining structure column contains. |
|
Defines the distribution of data within a column. |
|
Define how a mining model uses the columns that it contains. |
|
Define additional hints that the algorithm can use to process a mining model. |
See Also
Reference
Data Mining Extensions (DMX) Reference
Data Mining Extensions (DMX) Function Reference
Data Mining Extensions (DMX) Operator Reference
Data Mining Extensions (DMX) Statement Reference
Data Mining Extensions (DMX) Syntax Conventions
Mapping Functions to Query Types (DMX)
Prediction Queries (DMX)
Understanding the Select Statement (DMX)