MiningModelColumn Class
Represents information about a column in a MiningModel element. This class cannot be inherited.
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.MiningModelColumn
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")> _
Public NotInheritable Class MiningModelColumn _
    Inherits NamedComponent _
    Implements ICloneable
'Usage
Dim instance As MiningModelColumn
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")]
public sealed class MiningModelColumn : NamedComponent, 
    ICloneable
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute(L"686D369C-BFD1-4d56-8A2C-C7041904167B")]
public ref class MiningModelColumn sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")>]
[<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")>]
type MiningModelColumn =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class MiningModelColumn extends NamedComponent implements ICloneable
The MiningModelColumn type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | MiningModelColumn() | Initializes a new instance of the MiningModelColumn class using default values. | 
| .gif) | 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
Properties
| Name | Description | |
|---|---|---|
| .gif) | Annotations | Gets a collection within which you can store custom data. (Inherited from ModelComponent.) | 
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Columns | Gets the collection of columns associated with the MiningModelColumn object. | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | Description | (Inherited from NamedComponent.) | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | Filter | Gets or sets the filter expression for the mining model column. | 
| .gif) | FriendlyName | (Inherited from NamedComponent.) | 
| .gif) | ID | (Inherited from NamedComponent.) | 
| .gif) | KeyForCollection | (Inherited from NamedComponent.) | 
| .gif) | ModelingFlags | Gets the collection of [ModelingFlags] elements for a column in a MiningModelColumn object. | 
| .gif) | Name | (Inherited from NamedComponent.) | 
| .gif) | OwningCollection | Gets or sets the collection that contains the ModelComponent. (Inherited from ModelComponent.) | 
| .gif) | Parent | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | ParentDatabase | Gets the parent Database of a MiningModelColumn object. | 
| .gif) | ParentMiningModel | Gets the parent MiningModel of a MiningModelColumn object. | 
| .gif) | ParentMiningStructure | Gets the parent MiningStructure of a MiningModelColumn object. | 
| .gif) | ParentServer | Gets the parent Server of a MiningModelColumn object. | 
| .gif) | Site | (Inherited from NamedComponent.) | 
| .gif) | SiteID | (Inherited from NamedComponent.) | 
| .gif) | SourceColumn | Gets the mining structure column associated with a MiningModelColumn object. | 
| .gif) | SourceColumnID | Gets or sets a source column identifier for a MiningModelColumn object. | 
| .gif) | Translations | Gets the collection of translations associated with a MiningModelColumn object. | 
| .gif) | Usage | Gets or sets how the column from the parent MiningStructure is used in the mining model. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddToContainer | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | AfterInsert | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | AfterMove | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | AfterRemove | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | BeforeRemove | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | Clone | Creates a new, full copy of an object. | 
| .gif) | CopyTo(MiningModelColumn) | Copies a MiningModelColumn object to the specified object. | 
| .gif) | CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | CopyTo(NamedComponent) | (Inherited from NamedComponent.) | 
| .gif) | CreateObjRef | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Component.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService | (Inherited from Component.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | RemoveFromContainer | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | Reset | (Inherited from NamedComponent.) | 
| .gif) | Submit() | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | Submit(Boolean) | Infrastructure. (Inherited from ModelComponent.) | 
| .gif) | ToString | (Inherited from NamedComponent.) | 
| .gif) | Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Inherited from ModelComponent.) | 
| .gif) | 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.) | 
| .gif) | Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Overrides NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ICloneable.Clone | |
| .gif) .gif) | IFormattable.ToString | (Inherited from NamedComponent.) | 
| .gif) .gif) | IHostableComponent.Host | (Inherited from ModelComponent.) | 
| .gif) .gif) | IModelComponent.FriendlyPath | (Inherited from ModelComponent.) | 
| .gif) .gif) | IModelComponent.OwningCollection | (Inherited from ModelComponent.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)