Proprietà MiningModel.AlgorithmParameters
Gets the applicable set of algorithm parameters, independent of assigned algorithm.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelParametersTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property AlgorithmParameters As AlgorithmParameterCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.AlgorithmParameterCollection
A collection of AlgorithmParameter objects.