MiningModelColumn 类

Represents a column in a mining model.

继承层次结构

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelColumn

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public NotInheritable Class MiningModelColumn _
    Implements IDisposable, IMetadataObject
用法
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

MiningModelColumn 类型公开以下成员。

构造函数

  名称 说明
公共方法 MiningModelColumn Initializes a new instance of the MiningModelColumn class with the specified mining model.

页首

属性

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

页首

方法

  名称 说明
公共方法 {dtor} Releases all resources used by the MiningModelColumn.
公共方法 Dispose Releases all resources used by the current instance of the MiningModelColumn.
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices.AdomdServer 命名空间