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 类型公开以下成员。

属性

  名称 说明
公共属性 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
公共属性 Flags Gets the modeling flag for the column.
公共属性 FullyQualifiedName Gets the fully qualified name of the column.
公共属性 IsInput Determines whether the column is an input column.
公共属性 IsPredictable Determines whether the column is predictable.
公共属性 IsProcessed Determines whether the MiningModelColumn is processed.
公共属性 IsRelatedToKey Determines whether the MiningModelColumn is related to the key.
公共属性 IsTable Determines 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
公共属性 Values Gets a MiningValueCollection containing the possible values associated with the column.

页首

方法

  名称 说明
公共方法 {dtor} Releases all resources used by the MiningModelColumn.
公共方法 Dispose Releases all resources used by the MiningModelColumn.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

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