XML (clsMiningModel)

Note

  This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

The XML property of an object of ClassType clsMiningModel returns the Extensible Markup Language (XML) representation of the data mining model.

Data Type

String

Access

Read-only

Remarks

The XML property only returns the XML representation of a data mining model if the data mining model has been trained. If the model has not been trained using the Process method, this property returns an empty string.

See Also

Reference