MiningAttribute Class

Represents a mining attribute on a MiningContentNode object and MiningDistribution object.

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.MiningAttribute

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class MiningAttribute _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningAttribute
public sealed class MiningAttribute : IDisposable, 
    IMetadataObject
public ref class MiningAttribute sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningAttribute =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningAttribute implements IDisposable, IMetadataObject

The MiningAttribute type exposes the following members.

Properties

  Name Description
Public property AttributeID Returns the identifier of the attribute.
Public property FeatureSelection Determines if the mining attribute is feature-selected.
Public property IsInput Determines whether the attribute is an input attribute.
Public property IsPredictable Determines if this attribute is predictable.
Public property KeyColumn Gets the key column for the attribute.
Public property Name Gets the fully qualified name of the attribute.
Public property ShortName Gets a shortened name of the attribute.
Public property UniqueName Gets the unique name of the mining attribute,
Public property ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

Top

Methods

  Name Description
Public method {dtor} Releases all resources used by the MiningAttribute.
Public method Dispose Releases all resources used by the MiningAttribute.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace