MiningAttribute Class
Updated: March 10, 2016
Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | AttributeID | Returns the identifier of the attribute. |
![]() | FeatureSelection | Indicates the feature selection status of the mining attribute. |
![]() | IsInput | Determines if this attribute is an input attribute. |
![]() | IsPredictable | Determines if this attribute is predictable. |
![]() | KeyColumn | Gets the key column for the attribute. |
![]() | Name | Gets the fully-qualified name of the attribute. |
![]() | ShortName | Gets a shortened name of the attribute. |
![]() | ValueColumn | Gets the MiningModelColumn that represents the value column for the attribute. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

