MiningModelColumn Class

Represents a column in a mining model.

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelColumn

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

Syntax

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

The MiningModelColumn type exposes the following members.

Constructors

  Name Description
Public method MiningModelColumn Initializes a new instance of the MiningModelColumn class with the specified mining model.

Top

Properties

  Name Description
Public property Columns Gets a collection containing the nested MiningModelColumn objects.
Public property ContainingColumn Gets the name of the table column containing this column.
Public property Content Gets the content type of the column.
Public property Description Gets the user-description of the column.
Public property Distribution Gets the MiningColumnDistribution for this column.
Public property Filter Gets a DMX filter which is used in selecting the nested table rows to be used in this table column.
Public property Flags Gets the modeling flag for the column.
Public property FullyQualifiedName Gets the fully qualified name of the column.
Public property IsInput Gets a value that indicates whether the column is an input column.
Public property IsPredictable Gets a value that indicates whether the column is predictable.
Public property IsProcessed Gets a value that indicates whether the MiningModelColumn is processed.
Public property IsRelatedToKey Gets a value that indicates whether the MiningModelColumn is related to the key.
Public property IsTable Gets a value that indicates whether the column is a table datatype.
Public property LastProcessed Gets the date and time the mining model column was last processed.
Public property LastUpdated Gets the date and time the mining model column was last updated.
Public property Name Gets the name of the column.
Public property Parent Gets the parent MiningModel.
Public property ParentMiningModel Gets the MiningModel to which this column belongs.
Public property PredictionScore Gets the prediction score for the MiningModelColumn.
Public property Properties Gets a PropertyCollection containing the properties for the column.
Public property RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Public property StructureColumn Gets the name of the structure column for the MiningModelColumn.
Public property Type Gets the MiningColumnType of the column.
Public property UniqueName Gets the unique name of the MiningModelColumn.
Public property Values Gets a collection of possible values associated with the column.

Top

Methods

  Name Description
Public method {dtor} Releases all resources used by the MiningModelColumn.
Public method Dispose Releases all resources used by the current instance of the MiningModelColumn.
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