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 Determines whether the mining service allows cases to have duplicate keys.
Propriété publique AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
Propriété publique AllowsPMMLInitialization Determines 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 a MiningServiceExpectedQuality representing 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 MiningServicePredictionComplexity representing 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 a MiningServiceScaling representing 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 Determines whether the mining service supports data mining dimensions.
Propriété publique SupportsDrillThrough Determines whether the mining service supports drillthrough.
Propriété publique TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
Propriété publique UniqueName
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 MiningService.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (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.