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 | |
---|---|---|
DefaultValue | Gets the default value for this parameter. | |
Description | Gets the description of the parameter. | |
IsRequired | Indicates whether this parameter is required. | |
Name | Gets the name of the parameter. | |
ParameterType | Gets the type of the parameter value. | |
Properties | Gets the properties for the mining service parameter. | |
ServiceName | Gets the service name for the mining service parameter. | |
ValueEnumeration | Gets a string that describes possible values for this parameter. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | Determines whether two instances of MiningServiceParameter are equal. (remplace Object. . :: . .Equals(Object).) | |
Finalize | (hérité de Object.) | |
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() () () ().) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | Gets the name of the mining service parameter. (remplace Object. . :: . .ToString() () () ().) |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
Equality | Determines whether two instances of MiningServiceParameter are equal. | |
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.