Classe MiningServiceParameter

Represents an available parameter for the mining service.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter

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

Sintassi

'Dichiarazione
Public NotInheritable Class MiningServiceParameter _
    Implements IDisposable, IMetadataObject
'Utilizzo
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter : IDisposable, 
    IMetadataObject
public ref class MiningServiceParameter sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningServiceParameter =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningServiceParameter implements IDisposable, IMetadataObject

Nel tipo MiningServiceParameter sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DefaultValue Gets the default value for this parameter.
Proprietà pubblica Description Gets the description of the parameter.
Proprietà pubblica IsRequired Gets a Boolean indicating if this parameter is required.
Proprietà pubblica Name Gets the name of the parameter.
Proprietà pubblica ParameterType Gets the type of the parameter value.
Proprietà pubblica Properties Gets the properties for the mining service parameter.
Proprietà pubblica ServiceName Gets the service name for the mining service parameter.
Proprietà pubblica UniqueName Gets the unique name of the MiningServiceParameter.
Proprietà pubblica ValueEnumeration Gets a string that describes possible values for this parameter.

In alto

Metodi

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