Compartilhar via


Classe MiningParameter

Represents an algorithm-specific parameter on the MiningModel.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningParameter

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

Sintaxe

'Declaração
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

O tipo MiningParameter expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Name Gets the name of the parameter.
Propriedade pública Properties Gets the properties for the mining parameter.
Propriedade pública UniqueName Gets the unique name of the parameter.
Propriedade pública Value Gets the value of the mining parameter.

Início

Métodos

  Nome Descrição
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 (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

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.AdomdServer