Share via


MiningServiceParameter Class

Represents an available parameter for the mining service.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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

The MiningServiceParameter type exposes the following members.

Properties

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

Top

Methods

  Name Description
Public method Equals Determines whether two instances of MiningServiceParameter are equal. (Overrides Object.Equals(Object).)
Public method GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method ToString Gets the name of the mining service parameter. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two instances of MiningServiceParameter are equal.
Public operatorStatic member Inequality Determines whether two instances of MiningServiceParameter are unequal.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices.AdomdClient Namespace