MiningModel.Parameters Property

 

Gets a collection of MiningParameter objects that apply to the mining model.

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

Syntax

public MiningParameterCollection Parameters { get; }
public:
property MiningParameterCollection^ Parameters {
    MiningParameterCollection^ get();
}
member Parameters : MiningParameterCollection with get
Public ReadOnly Property Parameters As MiningParameterCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningParameterCollection

A collection of MiningParameter objects that apply to the mining model.

Remarks

These parameters are algorithm-specific.

If the model has been processed, this value contains the parameters that were used to process the model. These may be different than the values set by the user. If the model has not been processed, no parameters are returned.

See Also

MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top