TableMiningStructureColumn Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[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
- Inheritance
- Attributes
- Implements
Constructors
TableMiningStructureColumn() |
Initializes a new instance of the TableMiningStructureColumn class using default values. |
TableMiningStructureColumn(String, String) |
Initializes a new instance of TableMiningStructureColumn using the specified name and identifier. |
TableMiningStructureColumn(String) |
Initializes a new instance of the TableMiningStructureColumn class using the specified name. |
Fields
MaxIDLength |
Specifies the maximum length of the identifier. (Inherited from NamedComponent) |
MaxNameLength |
Specifies the maximum length of the name. (Inherited from NamedComponent) |
Properties
Annotations |
Gets a collection within which you can store custom data. (Inherited from ModelComponent) |
Columns |
Gets the collection of columns associated with a TableMiningStructureColumn object. |
Description |
Gets or sets the description of the component. (Inherited from NamedComponent) |
FilterComponent |
Gets or sets the filter component associated with a TableMiningStructureColumn object. |
ForeignKeyColumns |
Gets the foreign key columns associated with a TableMiningStructureColumn object. |
FriendlyName |
Gets a user-friendly name for the component. (Inherited from NamedComponent) |
ID |
Gets or sets the identifier of the component. (Inherited from NamedComponent) |
KeyForCollection |
Gets the key used in collections. (Inherited from NamedComponent) |
Name |
Gets or sets the name of the component. (Inherited from NamedComponent) |
OwningCollection |
Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent) |
Parent |
Gets the IModelComponent object that is the parent of the ModelComponent object. (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 Server of the MiningStructureColumn object. (Inherited from MiningStructureColumn) |
Site |
Gets or sets the site associated with the component. (Inherited from NamedComponent) |
SiteID |
Gets or sets the identifier for the site associated with the component. (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. |
Methods
AddToContainer(IContainer) |
Adds the ModelComponent object to the specified container. (Inherited from ModelComponent) |
AfterInsert(Int32) |
Displays a ModelComponent object after added to the specified index. (Inherited from ModelComponent) |
AfterMove(Int32, Int32) |
Displays a ModelComponent object after moving to the specified index. (Inherited from ModelComponent) |
AfterRemove(ModelComponentCollection) |
Displays a ModelComponentCollection after a ModelComponent object is removed. (Inherited from ModelComponent) |
BeforeRemove(Boolean) |
Removes the MiningStructureColumn object before the cleanup. (Inherited from MiningStructureColumn) |
Clone() |
Returns a clone of the object. |
CopyTo(MiningStructureColumn) |
Copies the content of this object to another object (the destination). (Inherited from MiningStructureColumn) |
CopyTo(ModelComponent) |
Copies a ModelComponent object to the specified object. (Inherited from ModelComponent) |
CopyTo(NamedComponent) |
Copies a NamedComponent object to the specified object. (Inherited from NamedComponent) |
CopyTo(TableMiningStructureColumn) |
Copies the content of this object to another object (the destination). |
CreateDerivedColumn() |
Creates a derived column from the TableMiningStructureColumn object. |
CreateDerivedColumn(Boolean) |
Creates a derived column from the TableMiningStructureColumn object. |
RemoveFromContainer(IContainer) |
Removes the ModelComponent object from the specified container. (Inherited from ModelComponent) |
Reset() |
Resets the component to its initial state. (Inherited from NamedComponent) |
Submit() |
Submits a ModelComponent object. (Inherited from ModelComponent) |
Submit(Boolean) |
Submits a ModelComponent object. (Inherited from ModelComponent) |
ToString() |
Returns a string representing the named-component. (Inherited from NamedComponent) |
Validate(ValidationErrorCollection, Boolean, ServerEdition) |
Indicates whether the TableMiningStructureColumn object is valid. |
Validate(ValidationErrorCollection, Boolean) |
Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Inherited from ModelComponent) |
Validate(ValidationErrorCollection) |
Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent) |
Explicit Interface Implementations
ICloneable.Clone() | |
IFormattable.ToString(String, IFormatProvider) | (Inherited from NamedComponent) |
IHostableComponent.Host | (Inherited from ModelComponent) |
IModelComponent.FriendlyPath | (Inherited from ModelComponent) |
IModelComponent.OwningCollection | (Inherited from ModelComponent) |