MiningModel.Description Property

 

Gets the user-defined description of the mining model.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public string Description { get; }
public:
property String^ Description {
    String^ get();
}
member Description : string with get
Public ReadOnly Property Description As String

Property Value

Type: System.String

The description of the mining model.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top