MiningParameter Class

Represents an algorithm-specific parameter on the MiningModel.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningParameter

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

Syntax

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

The MiningParameter type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the parameter.
Public property Value Gets the value of the parameter.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString Gets the name of the parameter. (Overrides Object.ToString().)

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