MiningModel Class
Updated: March 10, 2016
Represents a mining model of an AdomdConnection.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | Algorithm | Gets a provider-specific name that describes the algorithm used to generate the model. |
![]() | AllowDrillThrough | Gets a value that indicates whether the mining model allows drillthrough. |
![]() | Attributes | Gets the mining attributes associated with this mining model. |
![]() | Columns | Gets a collection of MiningModelColumn objects for the model. |
![]() | Content | Gets a collection of top-level MiningContentNode objects for the model. |
![]() | Created | Gets the date and time the mining model was created. |
![]() | Description | Gets the user-defined description of the mining model. |
![]() | Filter | Gets the filter expression that is associated with the model. |
![]() | IsProcessed | Gets a value that indicates whether the mining model has been processed. |
![]() | LastProcessed | Gets the date and time that the mining model was last processed. |
![]() | LastUpdated | Gets the date and time that the mining model was last updated. |
![]() | Name | Gets the name of the mining model. |
![]() | Parameters | Gets a collection of MiningParameter objects that apply to the mining model. |
![]() | Parent | Gets the MiningStructure to which this mining model belongs. |
![]() | ParentConnection | Gets the AdomdConnection to which this mining model belongs. |
![]() | Properties | Gets a collection of Property objects that apply to the mining model. |
![]() | TrainingSetSize | Gets the size, as a count of cases, of the data set that was used for training when the model was created. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two instances of MiningModel are equal.(Overrides Object::Equals(Object^).) |
![]() | FindAttribute(Int32) | Finds the MiningAttribute specified by an attribute ID. |
![]() | GetAttributes(MiningFeatureSelection) | Gets a collection of attributes based on their feature selection status. |
![]() | GetHashCode() | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().) |
![]() | GetNodeFromUniqueName(String^) | Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns the name of the mining model in its string representation.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(MiningModel^, MiningModel^) | Determines whether two instances of MiningModel are equal. |
![]() ![]() | Inequality(MiningModel^, MiningModel^) | Determines whether two instances of MiningModel are unequal. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



