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 | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.