MiningParameter Class

Represents an algorithm-specific parameter on the MiningModel.

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.MiningParameter

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class MiningParameter _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningParameter
public sealed class MiningParameter : IDisposable, 
    IMetadataObject
public ref class MiningParameter sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningParameter =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningParameter implements IDisposable, IMetadataObject

The MiningParameter type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the parameter.
Public property Properties Gets the properties for the mining parameter.
Public property UniqueName Gets the unique name of the parameter.
Public property Value Gets the value of the mining parameter.

Top

Methods

  Name Description
Public method {dtor} Releases all resources used by the MiningParameter.
Public method Dispose Releases all resources used by the MiningParameter.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.AdomdServer Namespace