Proprietà MiningModel.Algorithm

Gets a provider-specific name that describes the algorithm that is used to generate the model.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Algorithm As String 
    Get
'Utilizzo
Dim instance As MiningModel 
Dim value As String 

value = instance.Algorithm
public string Algorithm { get; }
public:
property String^ Algorithm {
    String^ get ();
}
member Algorithm : string
function get Algorithm () : String

Valore proprietà

Tipo: System.String
The provider-specific name that describes the algorithm.

Osservazioni

This is the same as SERVICE_NAME.

Vedere anche

Riferimento

MiningModel Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer