Partager via


Classe MiningService

Represents a mining algorithm available from a AdomdConnection object.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningService

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

Syntaxe

'Déclaration
Public NotInheritable Class MiningService
'Utilisation
Dim instance As MiningService
public sealed class MiningService
public ref class MiningService sealed
[<SealedAttribute>]
type MiningService =  class end
public final class MiningService

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 document.
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 ParentConnection Gets the connection from which this mining service is available.
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 ViewerType Gets the viewer recommended to view the results of this mining service.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether this instance of MiningService is equal to another instance of MiningService. (remplace Object. . :: . .Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (remplace Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Gets the name of the mining service. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two instances of MiningService are equal.
Opérateur publicMembre statique Inequality Determines whether two instances of MiningService are unequal.

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.