TableMiningStructureColumn Members
Include Protected Members
Include Inherited Members
Represents a MiningStructureColumn element that contains nested tables, as opposed to the scalar values associated with the ScalarMiningStructureColumn element that contains scalar values. This class cannot be inherited.
The TableMiningStructureColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TableMiningStructureColumn() | Initializes a new instance of the TableMiningStructureColumn class using default values. | |
TableMiningStructureColumn(String) | Initializes a new instance of Action using a name. | |
TableMiningStructureColumn(String, String) | Initializes a new instance of TableMiningStructureColumn using a name and an identifier. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) | |
CanRaiseEvents | (Inherited from Component.) | |
Columns | Gets the collection of columns associated with a TableMiningStructureColumn object. | |
Container | (Inherited from Component.) | |
Description | (Inherited from NamedComponent.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
FilterComponent | Gets or sets the filter component associated with a TableMiningStructureColumn object. | |
ForeignKeyColumns | Gets the foreign key columns associated with a TableMiningStructureColumn object. | |
FriendlyName | (Inherited from NamedComponent.) | |
ID | (Inherited from NamedComponent.) | |
KeyForCollection | (Inherited from NamedComponent.) | |
Name | (Inherited from NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) | |
Parent | Infrastructure. (Inherited from ModelComponent.) | |
ParentDatabase | Gets the parent Database of the MiningStructureColumn object. (Inherited from MiningStructureColumn.) | |
ParentMiningStructure | Gets the parent mining structure of a MiningStructureColumn object. (Inherited from MiningStructureColumn.) | |
ParentServer | Gets the parent Database of the MiningStructureColumn object. (Inherited from MiningStructureColumn.) | |
Site | (Inherited from NamedComponent.) | |
SiteID | (Inherited from NamedComponent.) | |
SourceMeasureGroup | Gets or sets the source measure group associated with a TableMiningStructureColumn object. | |
Translations | Gets the collection of translations associated with a TableMiningStructureColumn object. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone() | ||
IFormattable.ToString(String, IFormatProvider) | (Inherited from NamedComponent.) | |
IHostableComponent.Host | (Inherited from ModelComponent.) | |
IModelComponent.FriendlyPath | (Inherited from ModelComponent.) | |
IModelComponent.OwningCollection | (Inherited from ModelComponent.) |
Top