MiningModel Members
Represents a mining model of an AdomdConnection.
The following tables list the members exposed by the MiningModel type.
Public Properties
Name | Description | |
---|---|---|
![]() |
Algorithm | Gets a provider-specific name that describes the algorithm used to generate the model. |
![]() |
AllowDrillThrough | Determines 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. |
![]() |
IsProcessed | Indicates if the mining model is populated. |
![]() |
LastProcessed | Gets the date and time the mining model was last processed. |
![]() |
LastUpdated | Gets the date and time 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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. Overridden. Determines whether two instances of MiningModel are equal. |
![]() |
FindAttribute | Gets the MiningAttribute specified by an attribute ID. |
![]() |
GetAttributes | Gets a collection of attributes based on their feature selection. |
![]() |
GetHashCode | Overridden. Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. |
![]() |
GetNodeFromUniqueName | Gets a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode. |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
op_Equality | Determines whether two instances of MiningModel are equal. |
![]() ![]() |
op_Inequality | Determines whether two instances of MiningModel are unequal. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | Overridden. Gets the name of the mining model. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
MiningModel Class
Microsoft.AnalysisServices.AdomdClient Namespace