Compartir a través de


Clase AlgorithmParameter

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices..::..AlgorithmParameter

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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

El tipo AlgorithmParameter expone los siguientes miembros.

Constructores

  Nombre Descripción
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 AlgorithmParameter using a name and a value.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name of an AlgorithmParameter.
Propiedad pública Value Gets or sets the value of the associated AlgorithmParameter.

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone Infraestructura.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.