TrainingQuery (clsMiningModel)

Analysis Services Programming

Analysis Services Programming

TrainingQuery (clsMiningModel)

The TrainingQuery property of an object of ClassType clsMiningModel identifies the SQL INSERT statement used to train the mining model.

Data Type

String

Access

Read/write

Remarks

If the TrainingQuery property is not set, the SQL INSERT statement for this property is automatically created by Decision Support Objects (DSO) based on the Columns collection of the mining model. TrainingQuery property values are not validated beforehand; they are sent directly to the Analysis server for training the mining model.

See Also

clsMiningModel