Partager via


Classe MiningService

Represents a mining algorithm available from the Context object.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningService

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningService _
    Implements IDisposable, IMetadataObject
'Utilisation
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

Le type MiningService expose les membres suivants.

Propriétés

  Nom Description
Propriété publique AllowsDuplicateKey Gets a value that indicates whether the mining service allows cases to have duplicate keys.
Propriété publique AllowsIncrementalInsert Gets a value that indicates whether the mining service allows additional INSERT INTO statements after the initial training.
Propriété publique 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.
Propriété publique AvailableParameters Gets the mining service parameters available to this service.
Propriété publique Control Gets the MiningServiceControl for the mining service model.
Propriété publique Description Gets the description of this mining service.
Propriété publique DisplayName Gets the localizable display name for the mining service.
Propriété publique ExpectedQuality Gets the expected quality of the model produced with this mining service.
Propriété publique Guid Gets the GUID for the mining service.
Propriété publique Name Gets the name of the mining service.
Propriété publique PredictionComplexity Gets the expected time for predicting with the mining service.
Propriété publique PredictionLimit Gets the maximum number of predictions the mining service can provide.
Propriété publique Properties Gets the properties of this mining service.
Propriété publique Scaling Gets the scalability of the mining service.
Propriété publique SupportedDistributionFlags Gets the MiningColumnDistribution flags that are supported by the mining service.
Propriété publique SupportedInputContentTypes Gets the content types supported by the mining service.
Propriété publique SupportedModelingFlags Gets the modeling flags supported by the mining service.
Propriété publique SupportedPredictionContentTypes Gets the supported prediction content types for the mining service.
Propriété publique SupportsDMDimensions Gets a value that indicates whether the mining service supports data mining dimensions.
Propriété publique SupportsDrillThrough Gets a value that indicates whether the mining service supports drillthrough.
Propriété publique TrainingComplexity Gets the expected time to train a model using this mining service.
Propriété publique UniqueName Gets the unique name of the MiningService.
Propriété publique ViewerType Gets the viewer recommended to view the results of this mining service.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MiningService.
Méthode publique Dispose Releases all resources used by the current instance of the MiningService.
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices.AdomdServer