MiningModelColumn 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 information about a column in a MiningModel element. This class cannot be inherited.
[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
- Inheritance
- Attributes
- Implements
Constructors
MiningModelColumn() |
Initializes a new instance of the MiningModelColumn class using default values. |
MiningModelColumn(String, String) |
Initializes a new instance of the MiningModelColumn class, using the specified name and identifier. |
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 the MiningModelColumn object. |
Description |
Gets or sets the description of the component. (Inherited from NamedComponent) |
Filter |
Gets or sets the filter expression for the mining model column. |
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) |
ModelingFlags |
Gets the collection of MiningModelingFlags for a column in a MiningModelColumn object. |
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 a MiningModelColumn object. |
ParentMiningModel |
Gets the parent MiningModel of a MiningModelColumn object. |
ParentMiningStructure |
Gets the parent MiningStructure of a MiningModelColumn object. |
ParentServer |
Gets the parent Server of a MiningModelColumn object. |
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) |
SourceColumn |
Gets the mining structure column associated with a MiningModelColumn object. |
SourceColumnID |
Gets or sets a source column for a MiningModelColumn object. |
Translations |
Gets the collection of translations associated with a MiningModelColumn object. |
Usage |
Gets or sets how the column from the parent MiningStructure is used in the mining model. |
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 ModelComponent object before the cleanup. (Inherited from ModelComponent) |
Clone() |
Returns a clone of the object. |
CopyTo(MiningModelColumn) |
Copies the content of this object to another object (the destination). |
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) |
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 mining model collection is validated. |
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) |