MiningModel.Algorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the algorithm associated with the MiningModel, which can be supplied by Microsoft or can be your own custom algorithm.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string Algorithm { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Algorithm : string with get, set
Public Property Algorithm As String
Property Value
The algorithm assigned to the MiningModel.
- Attributes