TableMiningStructureColumn 类

定义

表示包含嵌套表的 MiningStructureColumn 元素,而不是与包含标量值的 ScalarMiningStructureColumn 元素关联的标量值。 此类不能被继承。

[System.Runtime.InteropServices.Guid("99043B0B-15AC-4d2c-9786-E5622A4354D0")]
public sealed class TableMiningStructureColumn : Microsoft.AnalysisServices.MiningStructureColumn, ICloneable
[<System.Runtime.InteropServices.Guid("99043B0B-15AC-4d2c-9786-E5622A4354D0")>]
type TableMiningStructureColumn = class
    inherit MiningStructureColumn
    interface ICloneable
Public NotInheritable Class TableMiningStructureColumn
Inherits MiningStructureColumn
Implements ICloneable
继承
属性
实现

构造函数

TableMiningStructureColumn()

使用默认值初始化 TableMiningStructureColumn 类的新实例。

TableMiningStructureColumn(String)

使用指定名称初始化 TableMiningStructureColumn 类的新实例。

TableMiningStructureColumn(String, String)

使用指定的名称和标识符初始化 TableMiningStructureColumn 的新实例。

字段

MaxIDLength

指定标识符的最大长度。

(继承自 NamedComponent)
MaxNameLength

指定名称的最大长度。

(继承自 NamedComponent)

属性

Annotations

获取您可在其中存储自定义数据的集合。

(继承自 ModelComponent)
Columns

获取与 TableMiningStructureColumn 对象关联的列的集合。

Description

获取或设置组件的说明。

(继承自 NamedComponent)
FilterComponent

获取或设置与 TableMiningStructureColumn 对象关联的筛选器组件。

ForeignKeyColumns

获取与 TableMiningStructureColumn 对象关联的外键列。

FriendlyName

获取组件的用户友好名称。

(继承自 NamedComponent)
ID

获取或设置组件的标识符。

(继承自 NamedComponent)
KeyForCollection

获取集合中使用的键。

(继承自 NamedComponent)
Name

获取或设置组件的名称。

(继承自 NamedComponent)
OwningCollection

获取或设置包含 ModelComponent 的集合。

(继承自 ModelComponent)
Parent

获取作为 ModelComponent 对象的父级的 IModelComponent 对象。

(继承自 ModelComponent)
ParentDatabase

获取 MiningStructureColumn 对象的父数据库。

(继承自 MiningStructureColumn)
ParentMiningStructure

获取 MiningStructureColumn 对象的父挖掘结构。

(继承自 MiningStructureColumn)
ParentServer

获取 MiningStructureColumn 对象的父服务器。

(继承自 MiningStructureColumn)
Site

获取或设置与组件关联的站点。

(继承自 NamedComponent)
SiteID

获取或设置与组件关联的站点的标识符。

(继承自 NamedComponent)
SourceMeasureGroup

获取或设置与 TableMiningStructureColumn 对象关联的源度量值组。

Translations

获取与 TableMiningStructureColumn 对象关联的翻译的集合。

方法

AddToContainer(IContainer)

将 ModelComponent 对象添加到指定容器。

(继承自 ModelComponent)
AfterInsert(Int32)

添加到指定索引后,显示 ModelComponent 对象。

(继承自 ModelComponent)
AfterMove(Int32, Int32)

移动到指定索引后,显示 ModelComponent 对象。

(继承自 ModelComponent)
AfterRemove(ModelComponentCollection)

删除 ModelComponent 对象后,显示 ModelComponentCollection。

(继承自 ModelComponent)
BeforeRemove(Boolean)

清理前删除 MiningStructureColumn 对象。

(继承自 MiningStructureColumn)
Clone()

返回对象的克隆。

CopyTo(MiningStructureColumn)

将该对象的内容复制到其他对象(目标)。

(继承自 MiningStructureColumn)
CopyTo(ModelComponent)

将 ModelComponent 对象复制到指定对象。

(继承自 ModelComponent)
CopyTo(NamedComponent)

将 NamedComponent 对象复制到指定的对象。

(继承自 NamedComponent)
CopyTo(TableMiningStructureColumn)

将该对象的内容复制到其他对象(目标)。

CreateDerivedColumn()

从 TableMiningStructureColumn 对象创建派生的列。

CreateDerivedColumn(Boolean)

从 TableMiningStructureColumn 对象创建派生的列。

RemoveFromContainer(IContainer)

从指定的容器中删除 ModelComponent 对象。

(继承自 ModelComponent)
Reset()

将组件重置为其初始状态。

(继承自 NamedComponent)
Submit()

提交 ModelComponent 对象。

(继承自 ModelComponent)
Submit(Boolean)

提交 ModelComponent 对象。

(继承自 ModelComponent)
ToString()

返回表示命名组件的一个字符串。

(继承自 NamedComponent)
Validate(ValidationErrorCollection)

验证它追加到的元素;返回在集合中遇到的任何错误。

(继承自 ModelComponent)
Validate(ValidationErrorCollection, Boolean)

验证它追加到的元素;返回在集合中遇到的任何错误。 还包含一个支持返回详细错误的参数。

(继承自 ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

指示 TableMiningStructureColumn 对象是否有效。

显式接口实现

ICloneable.Clone()

表示包含嵌套表的 MiningStructureColumn 元素,而不是与包含标量值的 ScalarMiningStructureColumn 元素关联的标量值。 此类不能被继承。

IFormattable.ToString(String, IFormatProvider)

表示包含嵌套表的 MiningStructureColumn 元素,而不是与包含标量值的 ScalarMiningStructureColumn 元素关联的标量值。 此类不能被继承。

(继承自 NamedComponent)
IHostableComponent.Host

表示包含嵌套表的 MiningStructureColumn 元素,而不是与包含标量值的 ScalarMiningStructureColumn 元素关联的标量值。 此类不能被继承。

(继承自 ModelComponent)
IModelComponent.FriendlyPath

表示包含嵌套表的 MiningStructureColumn 元素,而不是与包含标量值的 ScalarMiningStructureColumn 元素关联的标量值。 此类不能被继承。

(继承自 ModelComponent)
IModelComponent.OwningCollection

表示包含嵌套表的 MiningStructureColumn 元素,而不是与包含标量值的 ScalarMiningStructureColumn 元素关联的标量值。 此类不能被继承。

(继承自 ModelComponent)

适用于