Classe MiningParameter
Represents an algorithm-specific parameter on the MiningModel.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.AdomdClient.MiningParameter
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public NotInheritable Class MiningParameter
'Utilisation
Dim instance As MiningParameter
public sealed class MiningParameter
public ref class MiningParameter sealed
[<SealedAttribute>]
type MiningParameter = class end
public final class MiningParameter
Le type MiningParameter expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Name | Gets the name of the parameter. | |
Value | Gets the value of the parameter. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | Gets the name of the parameter. (remplace Object.ToString().) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.