MiningStructureColumn Class

Definition

Represents information about a column in a MiningStructure element.

[System.Runtime.InteropServices.Guid("BEFEC6F2-9837-433d-AC2D-C13D05AAAC46")]
public abstract class MiningStructureColumn : Microsoft.AnalysisServices.NamedComponent
[<System.Runtime.InteropServices.Guid("BEFEC6F2-9837-433d-AC2D-C13D05AAAC46")>]
type MiningStructureColumn = class
    inherit NamedComponent
Public MustInherit Class MiningStructureColumn
Inherits NamedComponent
Inheritance
MiningStructureColumn
Derived
Attributes

Constructors

MiningStructureColumn()

Initializes a new instance of the MiningStructureColumn class using default values.

MiningStructureColumn(String)

Initializes a new instance of the MiningStructureColumn using the specified name.

MiningStructureColumn(String, String)

Initializes a new instance of the MiningStructureColumn 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)
Description

Gets or sets the description of the component.

(Inherited from NamedComponent)
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.

ParentMiningStructure

Gets the parent mining structure of a MiningStructureColumn object.

ParentServer

Gets the parent Server of the MiningStructureColumn 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)

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.

Clone()

Returns a clone of the object.

CopyTo(MiningStructureColumn)

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)
CreateDerivedColumn()

Creates a derived column from the MiningStructureColumn 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)

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)

Determines whether the NamedComponent is valid.

(Inherited from NamedComponent)

Explicit Interface Implementations

IFormattable.ToString(String, IFormatProvider) (Inherited from NamedComponent)
IHostableComponent.Host (Inherited from ModelComponent)
IModelComponent.FriendlyPath (Inherited from ModelComponent)
IModelComponent.OwningCollection (Inherited from ModelComponent)

Applies to