Condividi tramite


Proprietà Algorithm

Gets or sets the algorithm associated with the MiningModel, which can be supplied by Microsoft or can be your own custom algorithm.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelAlgorithmTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Algorithm As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .String
The algorithm assigned to the MiningModel.