次の方法で共有


MiningModel.Algorithm プロパティ

MiningModel に関連付けられているアルゴリズムを取得します。値の設定も可能です。これは Microsoft から提供されますが、独自にカスタム アルゴリズムを指定することもできます。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Algorithm As String 
    Get 
    Set
'使用
Dim instance As MiningModel 
Dim value As String 

value = instance.Algorithm

instance.Algorithm = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design")]
public string Algorithm { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property String^ Algorithm {
    String^ get ();
    void set (String^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design")>]
member Algorithm : string with get, set
function get Algorithm () : String 
function set Algorithm (value : String)

プロパティ値

型: System.String
MiningModel に割り当てるアルゴリズムです。

関連項目

参照

MiningModel クラス

Microsoft.AnalysisServices 名前空間