次の方法で共有


MiningModel.AlgorithmParameters プロパティ

割り当てられているアルゴリズムとは無関係に、適用可能な一連のアルゴリズム パラメーターを取得します。

名前空間:  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
AlgorithmParameter オブジェクトのコレクションです。

関連項目

参照

MiningModel クラス

Microsoft.AnalysisServices 名前空間