MiningService Class

Represents a mining algorithm available from the Context object.

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.MiningService

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

Syntax

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

The MiningService type exposes the following members.

Properties

  Name Description
Public property AllowsDuplicateKey Gets a value that indicates whether the mining service allows cases to have duplicate keys.
Public property AllowsIncrementalInsert Gets a value that indicates whether the mining service allows additional INSERT INTO statements after the initial training.
Public property AllowsPMMLInitialization Gets a value that indicates whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML.
Public property AvailableParameters Gets the mining service parameters available to this service.
Public property Control Gets the MiningServiceControl for the mining service model.
Public property Description Gets the description of this mining service.
Public property DisplayName Gets the localizable display name for the mining service.
Public property ExpectedQuality Gets the expected quality of the model produced with this mining service.
Public property Guid Gets the GUID for the mining service.
Public property Name Gets the name of the mining service.
Public property PredictionComplexity Gets the expected time for predicting with the mining service.
Public property PredictionLimit Gets the maximum number of predictions the mining service can provide.
Public property Properties Gets the properties of this mining service.
Public property Scaling Gets the scalability of the mining service.
Public property SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
Public property SupportedInputContentTypes Gets the content types supported by the mining service.
Public property SupportedModelingFlags Gets the modeling flags supported by the mining service.
Public property SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
Public property SupportsDMDimensions Gets a value that indicates whether the mining service supports data mining dimensions.
Public property SupportsDrillThrough Gets a value that indicates whether the mining service supports drillthrough.
Public property TrainingComplexity Gets the expected time to train a model using this mining service.
Public property UniqueName Gets the unique name of the MiningService.
Public property ViewerType Gets the viewer recommended to view the results of this mining service.

Top

Methods

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