Classe MiningParameter

Represents an algorithm-specific parameter on the MiningModel.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningParameter

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

Sintassi

'Dichiarazione
Public NotInheritable Class MiningParameter _
    Implements IDisposable, IMetadataObject
'Utilizzo
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

Nel tipo MiningParameter sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets the name of the parameter.
Proprietà pubblica Properties Gets the properties for the mining parameter.
Proprietà pubblica UniqueName Gets the unique name of the parameter.
Proprietà pubblica Value Gets the value of the mining parameter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningParameter.
Metodo pubblico Dispose Releases all resources used by the MiningParameter.
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

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