MiningAttribute Class
Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningAttribute
Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class MiningAttribute
'Usage
Dim instance As MiningAttribute
public sealed class MiningAttribute
public ref class MiningAttribute sealed
[<SealedAttribute>]
type MiningAttribute =  class end
public final class MiningAttribute
The MiningAttribute type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AttributeID | Returns the identifier of the attribute. | 
| .gif) | FeatureSelection | Indicates the feature selection status of the mining attribute. | 
| .gif) | IsInput | Determines if this attribute is an input attribute. | 
| .gif) | IsPredictable | Determines if this attribute is predictable. | 
| .gif) | KeyColumn | Gets the key column for the attribute. | 
| .gif) | Name | Gets the fully-qualified name of the attribute. | 
| .gif) | ShortName | Gets a shortened name of the attribute. | 
| .gif) | ValueColumn | Gets the MiningModelColumn that represents the value column for the attribute. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (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.