MiningModelColumn Members
Include Protected Members
Include Inherited Members
Represents information about a column in a MiningModel element. This class cannot be inherited.
The MiningModelColumn type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MiningModelColumn() | Initializes a new instance of the MiningModelColumn class using default values. | |
MiningModelColumn(String, String) | Initializes a new instance of the MiningModelColumn class, using System.Stringname as the name of the mining model column, and System.Stringid as the internal name of the object. |
Top
Methods
Name | Description | |
---|---|---|
AddToContainer(IContainer) | Infrastructure. (Inherited from ModelComponent.) | |
AfterInsert(Int32) | Infrastructure. (Inherited from ModelComponent.) | |
AfterMove(Int32, Int32) | Infrastructure. (Inherited from ModelComponent.) | |
AfterRemove(ModelComponentCollection) | Infrastructure. (Inherited from ModelComponent.) | |
BeforeRemove(Boolean) | Infrastructure. (Inherited from ModelComponent.) | |
Clone() | Creates a new, full copy of an object. | |
CopyTo(MiningModelColumn) | Copies a MiningModelColumn object to the specified object. | |
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) | |
CopyTo(NamedComponent) | (Inherited from NamedComponent.) | |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Component.) | |
GetHashCode() | (Inherited from Object.) | |
GetLifetimeService() | (Inherited from MarshalByRefObject.) | |
GetService(Type) | (Inherited from Component.) | |
GetType() | (Inherited from Object.) | |
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
RemoveFromContainer(IContainer) | Infrastructure. (Inherited from ModelComponent.) | |
Reset() | (Inherited from NamedComponent.) | |
Submit() | Infrastructure. (Inherited from ModelComponent.) | |
Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) | |
ToString() | (Inherited from NamedComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.) | |
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, Boolean, ServerEdition) | (Overrides NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
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 the MiningModelColumn object. | |
Container | (Inherited from Component.) | |
Description | (Inherited from NamedComponent.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Filter | Gets or sets the filter expression for the mining model column. | |
FriendlyName | (Inherited from NamedComponent.) | |
ID | (Inherited from NamedComponent.) | |
KeyForCollection | (Inherited from NamedComponent.) | |
ModelingFlags | Gets the collection of [ModelingFlags] elements for a column in a MiningModelColumn object. | |
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 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 | (Inherited from NamedComponent.) | |
SiteID | (Inherited from NamedComponent.) | |
SourceColumn | Gets the mining structure column associated with a MiningModelColumn object. | |
SourceColumnID | Gets or sets a source column identifier 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. |
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