Classe MiningModel

Represents a mining model of an AdomdConnection.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningModel

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

Syntaxe

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

Le type MiningModel expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Algorithm Gets a provider-specific name that describes the algorithm used to generate the model.
Propriété publique AllowDrillThrough Indicates whether the mining model allows drillthrough.
Propriété publique Attributes Gets the mining attributes associated with this mining model.
Propriété publique Columns Gets a collection of MiningModelColumn objects for the model.
Propriété publique Content Gets a collection of top-level MiningContentNode objects for the model.
Propriété publique Created Gets the date and time the mining model was created.
Propriété publique Description Gets the user-defined description of the mining model.
Propriété publique Filter Returns the filter expression that is associated with the model.
Propriété publique IsProcessed Indicates if the mining model has been processed.
Propriété publique LastProcessed Gets the date and time that the mining model was last processed.
Propriété publique LastUpdated Gets the date and time that the mining model was last updated.
Propriété publique Name Gets the name of the mining model.
Propriété publique Parameters Gets a collection of MiningParameter objects that apply to the mining model.
Propriété publique Parent Gets the MiningStructure to which this mining model belongs.
Propriété publique ParentConnection Gets the AdomdConnection to which this mining model belongs.
Propriété publique Properties Gets a collection of Property objects that apply to the mining model.
Propriété publique TrainingSetSize Returns the size, as a count of cases, of the data set that was used for training when the model was created.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of MiningModel are equal. (remplace Object. . :: . .Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique FindAttribute Gets the MiningAttribute specified by an attribute ID.
Méthode publique GetAttributes Gets a collection of attributes based on their feature selection status.
Méthode publique GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (remplace Object. . :: . .GetHashCode() () () ().)
Méthode publique GetNodeFromUniqueName Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
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 model. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two instances of MiningModel are equal.
Opérateur publicMembre statique Inequality Determines whether two instances of MiningModel 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.