Condividi tramite


Classe AlgorithmParameter

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

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AlgorithmParameter

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

Sintassi

'Dichiarazione
<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")> _
Public NotInheritable Class AlgorithmParameter _
    Implements ICloneable
'Utilizzo
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

Nel tipo AlgorithmParameter sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AlgorithmParameter() Initializes a new instance of the AlgorithmParameter class using the default values.
Metodo pubblico AlgorithmParameter(String, Object) Initializes a new instance of the AlgorithmParameter class using a name and a value.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets or sets the name of an AlgorithmParameter.
Proprietà pubblica Value Gets or sets the value of the associated AlgorithmParameter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates a new, full copy of an object.
Metodo pubblico CopyTo Copies an AlgorithmParameter object to the specified object.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Infrastruttura. Creates a copy of the algorithm parameter.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices