Condividi tramite


Classe MiningServiceParameter

Represents an available parameter for the mining service.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningServiceParameter

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

Sintassi

'Dichiarazione
Public NotInheritable Class MiningServiceParameter
'Utilizzo
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter
public ref class MiningServiceParameter sealed
[<SealedAttribute>]
type MiningServiceParameter =  class end
public final class MiningServiceParameter

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 Indicates whether 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 ValueEnumeration Gets a string that describes possible values for this parameter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two instances of MiningServiceParameter are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Gets the name of the mining service parameter. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two instances of MiningServiceParameter are equal.
Operatore pubblicoMembro statico Inequality Determines whether two instances of MiningServiceParameter are unequal.

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.