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.