MiningServiceParameter Class

Represents an available parameter for the mining service.

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.MiningServiceParameter

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

Syntax

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

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 Gets a Boolean indicating if 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 UniqueName Gets the unique name of the MiningServiceParameter.
Public property ValueEnumeration Gets a string that describes possible values for this parameter.

Top

Methods

  Name Description
Public method {dtor} Releases all resources used by the MiningServiceParameter.
Public method Dispose Releases all resources used by the MiningServiceParameter.
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