Propriété MiningModel.Algorithm
Gets a provider-specific name that describes the algorithm used to generate the model.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Algorithm As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A provider-specific name that describes the algorithm.
Notes
This is the same as SERVICE_NAME.