Compartilhar via


Classe AlgorithmParameter

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AlgorithmParameter

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")> _
Public NotInheritable Class AlgorithmParameter _
    Implements ICloneable
'Uso
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

O tipo AlgorithmParameter expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AlgorithmParameter() Initializes a new instance of the AlgorithmParameter class using the default values.
Método público AlgorithmParameter(String, Object) Initializes a new instance of the AlgorithmParameter class using a name and a value.

Início

Propriedades

  Nome Descrição
Propriedade pública Name Gets or sets the name of an AlgorithmParameter.
Propriedade pública Value Gets or sets the value of the associated AlgorithmParameter.

Início

Métodos

  Nome Descrição
Método público Clone Creates a new, full copy of an object.
Método público CopyTo Copies an AlgorithmParameter object to the specified object.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Infraestrutura. Creates a copy of the algorithm parameter.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices