MiningModel.AlgorithmParameters Property

Gets the applicable set of AlgorithmParameters, independent of assigned algorithm.

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

Syntax

'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property AlgorithmParameters As AlgorithmParameterCollection
    Get
'Usage
Dim instance As MiningModel
Dim value As AlgorithmParameterCollection

value = instance.AlgorithmParameters
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public AlgorithmParameterCollection AlgorithmParameters { get; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property AlgorithmParameterCollection^ AlgorithmParameters {
    AlgorithmParameterCollection^ get ();
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")>]
member AlgorithmParameters : AlgorithmParameterCollection
function get AlgorithmParameters () : AlgorithmParameterCollection

Property Value

Type: Microsoft.AnalysisServices.AlgorithmParameterCollection
A collection of AlgorithmParameters.