MiningModel Members

Represents a mining model of an AdomdConnection.

The following tables list the members exposed by the MiningModel type.

Public Properties

  Name Description
ms143947.pubproperty(en-US,SQL.90).gif Algorithm Gets a provider-specific name that describes the algorithm that is used to generate the model.
ms143947.pubproperty(en-US,SQL.90).gif AllowDrillThrough Gets a value that indicates whether the mining model allows drillthrough.
ms143947.pubproperty(en-US,SQL.90).gif Attributes Gets the mining attributes associated with this mining model.
ms143947.pubproperty(en-US,SQL.90).gif Columns Gets a collection of MiningModelColumn objects for the model.
ms143947.pubproperty(en-US,SQL.90).gif Content Gets a collection of top-level MiningContentNode objects for the model.
ms143947.pubproperty(en-US,SQL.90).gif Created Gets the date and time that the mining model was created.
ms143947.pubproperty(en-US,SQL.90).gif Description Gets the user-defined description of the mining model.
ms143947.pubproperty(en-US,SQL.90).gif IsProcessed Gets a value that indicates whether the mining model is populated.
ms143947.pubproperty(en-US,SQL.90).gif LastProcessed Gets the date and time that the mining model was last processed.
ms143947.pubproperty(en-US,SQL.90).gif LastUpdated Gets the date and time that the mining model was last updated.
ms143947.pubproperty(en-US,SQL.90).gif Name Overridden. Gets the name of the mining model.
ms143947.pubproperty(en-US,SQL.90).gif Parameters Gets a collection of MiningParameter objects that apply to the mining model.
ms143947.pubproperty(en-US,SQL.90).gif Parent Gets the MiningStructureto which this mining model belongs.
ms143947.pubproperty(en-US,SQL.90).gif Properties Gets a collection of Property objects that apply to the mining model.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms143947.pubmethod(en-US,SQL.90).gif {dtor} Releases all resources used by the MiningModel.
ms143947.pubmethod(en-US,SQL.90).gif Dispose Releases all resources used by the MiningModel.
ms143947.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms143947.pubmethod(en-US,SQL.90).gif FindAttribute Returns the MiningAttribute specified by an attribute ID.
ms143947.pubmethod(en-US,SQL.90).gif GetAttributeFullStatistics Returns the statistics for the specified attribute, including the statistics for each state of the attribute.
ms143947.pubmethod(en-US,SQL.90).gif GetAttributes Returns a collection of attributes based on the specified MiningFeatureSelection.
ms143947.pubmethod(en-US,SQL.90).gif GetAttributeSimpleStatistics Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute.
ms143947.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms143947.pubmethod(en-US,SQL.90).gif GetNodeFromUniqueName Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode.
ms143947.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms143947.pubmethod(en-US,SQL.90).gifms143947.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms143947.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms143947.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms143947.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

MiningModel Class
Microsoft.AnalysisServices.AdomdServer Namespace