MiningModel.Algorithm 属性
Gets or sets the algorithm associated with the MiningModel, which can be supplied by Microsoft or can be your own custom algorithm.
命名空间: 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
The algorithm assigned to the MiningModel.