MiningModel.AlgorithmParameters Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[XmlArrayItemAttribute(typeof(AlgorithmParameter), ElementName = "AlgorithmParameter")]
[EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelFlagsPropertyEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[ReadOnlyAttribute(false)]
[MergablePropertyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")]
public AlgorithmParameterCollection AlgorithmParameters { get; }
public:
[XmlArrayItemAttribute((AlgorithmParameter^::typeid), ElementName = "AlgorithmParameter")]
[EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelFlagsPropertyEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[ReadOnlyAttribute(false)]
[MergablePropertyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")]
property AlgorithmParameterCollection^ AlgorithmParameters {
    AlgorithmParameterCollection^ get();
}
[<XmlArrayItemAttribute(typeof(AlgorithmParameter), ElementName = "AlgorithmParameter")>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelFlagsPropertyEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<ReadOnlyAttribute(false)>]
[<MergablePropertyAttribute(false)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")>]
member AlgorithmParameters : AlgorithmParameterCollection with get
<XmlArrayItemAttribute(GetType(AlgorithmParameter), ElementName := "AlgorithmParameter")>
<EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelFlagsPropertyEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<ReadOnlyAttribute(False)>
<MergablePropertyAttribute(False)>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")>
Public ReadOnly Property AlgorithmParameters As AlgorithmParameterCollection

Property Value

Type: Microsoft.AnalysisServices.AlgorithmParameterCollection

A collection of AlgorithmParameter objects.

See Also

MiningModel Class
Microsoft.AnalysisServices Namespace

Return to top