共用方式為


MiningModelColumn 成員

Represents a column in a mining model.

MiningModelColumn 型別公開下列成員。

方法

  名稱 描述
公用方法 {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。)

頂端

屬性

  名稱 描述
公用屬性 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.

頂端