Compartir a través de


Clase MiningParameter

Represents an algorithm-specific parameter on the MiningModel.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningParameter

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

Sintaxis

'Declaración
Public NotInheritable Class MiningParameter _
    Implements IDisposable, IMetadataObject
'Uso
Dim instance As MiningParameter
public sealed class MiningParameter : IDisposable, 
    IMetadataObject
public ref class MiningParameter sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningParameter =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class MiningParameter implements IDisposable, IMetadataObject

El tipo MiningParameter expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the parameter.
Propiedad pública Properties Gets the properties for the mining parameter.
Propiedad pública UniqueName
Propiedad pública Value Gets the value of the mining parameter.

Arriba

Métodos

  Nombre Descripción
Método público {dtor} Releases all resources used by the MiningParameter.
Método público Dispose Releases all resources used by the MiningParameter.
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

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.