Поделиться через


Свойство MiningModel.AlgorithmParameters

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property AlgorithmParameters As AlgorithmParameterCollection 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.AnalysisServices.AlgorithmParameterCollection
A collection of AlgorithmParameter objects.

См. также

Справочник

MiningModel Класс

Пространство имен Microsoft.AnalysisServices