MiningModelColumn 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示有关 MiningModel 元素中的列的信息。 此类不能被继承。
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design.AS")]
[System.Runtime.InteropServices.Guid("686D369C-BFD1-4d56-8A2C-C7041904167B")]
public sealed class MiningModelColumn : Microsoft.AnalysisServices.NamedComponent, ICloneable
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
[<System.Runtime.InteropServices.Guid("686D369C-BFD1-4d56-8A2C-C7041904167B")>]
type MiningModelColumn = class
inherit NamedComponent
interface ICloneable
Public NotInheritable Class MiningModelColumn
Inherits NamedComponent
Implements ICloneable
- 继承
- 属性
- 实现
构造函数
MiningModelColumn() |
使用默认值初始化 MiningModelColumn 类的新实例。 |
MiningModelColumn(String, String) |
使用指定的名称和标识符初始化 MiningModelColumn 类的新实例。 |
字段
MaxIDLength |
指定标识符的最大长度。 (继承自 NamedComponent) |
MaxNameLength |
指定名称的最大长度。 (继承自 NamedComponent) |
属性
Annotations |
获取您可在其中存储自定义数据的集合。 (继承自 ModelComponent) |
Columns |
获取与 MiningModelColumn 对象关联的列的集合。 |
Description |
获取或设置组件的说明。 (继承自 NamedComponent) |
Filter |
获取或设置挖掘模型列的筛选表达式。 |
FriendlyName |
获取组件的用户友好名称。 (继承自 NamedComponent) |
ID |
获取或设置组件的标识符。 (继承自 NamedComponent) |
KeyForCollection |
获取集合中使用的键。 (继承自 NamedComponent) |
ModelingFlags |
在 MiningModelColumn 对象中获取列的 MiningModelingFlags 集合。 |
Name |
获取或设置组件的名称。 (继承自 NamedComponent) |
OwningCollection |
获取或设置包含 ModelComponent 的集合。 (继承自 ModelComponent) |
Parent |
获取作为 ModelComponent 对象的父级的 IModelComponent 对象。 (继承自 ModelComponent) |
ParentDatabase |
获取 MiningModelColumn 对象的父数据库。 |
ParentMiningModel |
获取 MiningModelColumn 对象的父 MiningModel。 |
ParentMiningStructure |
获取 MiningModelColumn 对象的父 MiningStructure。 |
ParentServer |
获取 MiningModelColumn 对象的父服务器。 |
Site |
获取或设置与组件关联的站点。 (继承自 NamedComponent) |
SiteID |
获取或设置与组件关联的站点的标识符。 (继承自 NamedComponent) |
SourceColumn |
获取与 MiningModelColumn 对象关联的挖掘结构列。 |
SourceColumnID |
为 MiningModelColumn 对象获取或设置一个源列。 |
Translations |
获取与 MiningModelColumn 对象关联的翻译的集合。 |
Usage |
获取或设置来自父 MiningStructure 的列在挖掘模型中的使用方式。 |
方法
显式接口实现
ICloneable.Clone() |
表示有关 MiningModel 元素中的列的信息。 此类不能被继承。 |
IFormattable.ToString(String, IFormatProvider) |
表示有关 MiningModel 元素中的列的信息。 此类不能被继承。 (继承自 NamedComponent) |
IHostableComponent.Host |
表示有关 MiningModel 元素中的列的信息。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.FriendlyPath |
表示有关 MiningModel 元素中的列的信息。 此类不能被继承。 (继承自 ModelComponent) |
IModelComponent.OwningCollection |
表示有关 MiningModel 元素中的列的信息。 此类不能被继承。 (继承自 ModelComponent) |