Description (clsMiningModel)

Analysis Services Programming

Analysis Services Programming

Description (clsMiningModel)

The Description property of an object of ClassType clsMiningModel sets or returns the description of the mining model. This property is used only by Decision Support Objects (DSO) and is not accessible by client applications.

Data Type

String

Access

Read/write

Example

Use the following code to set the Description property for a mining model object:

' Assume an object (dsoDMM) of ClassType clsMiningModel exists.
dsoDMM.Description = "1999 Sales Patterns"

See Also

clsMiningModel