Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a mining model of an AdomdConnection.
Inheritance Hierarchy
Object
  Microsoft.AnalysisServices.AdomdServer.MiningModel
Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class MiningModel _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningModel
public sealed class MiningModel : IDisposable, 
    IMetadataObject
public ref class MiningModel sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningModel =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningModel implements IDisposable, IMetadataObject
The MiningModel type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Algorithm | Gets a provider-specific name that describes the algorithm that is used to generate the model. | 
| .gif) | AllowDrillThrough | Gets a value that indicates whether the mining model allows drillthrough. | 
| .gif) | Attributes | Gets the mining attributes associated with this mining model. | 
| .gif) | Columns | Gets a collection of MiningModelColumn objects for the model. | 
| .gif) | Content | Gets a collection of top-level MiningContentNode objects for the model. | 
| .gif) | Created | Gets the date and time that the mining model was created. | 
| .gif) | Description | Gets the user-defined description of the mining model. | 
| .gif) | Filter | Gets the DMX filter which is used in selecting the structure cases used in training the mining model. | 
| .gif) | IsProcessed | Gets a value that indicates whether the mining model is populated. | 
| .gif) | LastProcessed | Gets the date and time that the mining model was last processed. | 
| .gif) | LastUpdated | Gets the date and time that the mining model was last updated. | 
| .gif) | Name | Gets the name of the mining model. | 
| .gif) | Parameters | Gets a collection of MiningParameter objects that apply to the mining model. | 
| .gif) | Parent | Gets the MiningStructure to which this mining model belongs. | 
| .gif) | Properties | Gets a collection of Property objects that apply to the mining model. | 
| .gif) | TrainingSetSize | Gets the size of the training set used in training the mining model. | 
| .gif) | UniqueName | Gets the unique name of the MiningModel. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | {dtor} | Releases all resources used by the MiningModel. | 
| .gif) | Dispose | Releases all resources used by the current instance of the MiningModel class. | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | FindAttribute | Returns the MiningAttribute specified by an attribute ID. | 
| .gif) | GetAttributeFullStatistics | Returns the statistics for the specified attribute, including the statistics for each state of the attribute. | 
| .gif) | GetAttributes | Returns a collection of attributes based on the specified MiningFeatureSelection. | 
| .gif) | GetAttributeSimpleStatistics | Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute. | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetNodeFromUniqueName | Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode. | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.