Classe AlgorithmParameter

Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AlgorithmParameter

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")> _
Public NotInheritable Class AlgorithmParameter _
    Implements ICloneable
'Utilisation
Dim instance As AlgorithmParameter
[GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")]
public sealed class AlgorithmParameter : ICloneable
[GuidAttribute(L"43F3DB34-4346-4848-BB4B-5C329A656E19")]
public ref class AlgorithmParameter sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")>]
type AlgorithmParameter =  
    class 
        interface ICloneable 
    end
public final class AlgorithmParameter implements ICloneable

Le type AlgorithmParameter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AlgorithmParameter() Initializes a new instance of the AlgorithmParameter class using the default values.
Méthode publique AlgorithmParameter(String, Object) Initializes a new instance of the AlgorithmParameter class using a name and a value.

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Gets or sets the name of an AlgorithmParameter.
Propriété publique Value Gets or sets the value of the associated AlgorithmParameter.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new, full copy of an object.
Méthode publique CopyTo Copies an AlgorithmParameter object to the specified object.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Infrastructure. Creates a copy of the algorithm parameter.

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.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices