Classe MiningServiceParameter

Represents an available parameter for the mining service.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningServiceParameter
'Utilisation
Dim instance As MiningServiceParameter
public sealed class MiningServiceParameter
public ref class MiningServiceParameter sealed
[<SealedAttribute>]
type MiningServiceParameter =  class end
public final class MiningServiceParameter

Le type MiningServiceParameter expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DefaultValue Gets the default value for this parameter.
Propriété publique Description Gets the description of the parameter.
Propriété publique IsRequired Indicates whether this parameter is required.
Propriété publique Name Gets the name of the parameter.
Propriété publique ParameterType Gets the type of the parameter value.
Propriété publique Properties Gets the properties for the mining service parameter.
Propriété publique ServiceName Gets the service name for the mining service parameter.
Propriété publique ValueEnumeration Gets a string that describes possible values for this parameter.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of MiningServiceParameter are equal. (remplace Object. . :: . .Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (remplace Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Gets the name of the mining service parameter. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two instances of MiningServiceParameter are equal.
Opérateur publicMembre statique Inequality Determines whether two instances of MiningServiceParameter are unequal.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.