MiningModel.Algorithm Property
Gets a provider-specific name that describes the algorithm used to generate the model.
Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Algorithm As String
public string Algorithm { get; }
public:
property String^ Algorithm {
String^ get ();
}
/** @property */
public String get_Algorithm ()
public function get Algorithm () : String
Valeur de propriété
A string containing the provider-specific name.
Notes
This is the same as SERVICE_NAME.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MiningModel Class
MiningModel Members
Microsoft.AnalysisServices.AdomdClient Namespace