MiningStructureColumn Class
Updated: May 24, 2016
Represents information about a column in a MiningStructure element.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::ModelComponent
Microsoft.AnalysisServices::NamedComponent
Microsoft.AnalysisServices::MiningStructureColumn
Microsoft.AnalysisServices::ScalarMiningStructureColumn
Microsoft.AnalysisServices::TableMiningStructureColumn
[GuidAttribute("BEFEC6F2-9837-433d-AC2D-C13D05AAAC46")] [StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")] public ref class MiningStructureColumn abstract : NamedComponent
| Name | Description | |
|---|---|---|
![]() | MiningStructureColumn() | Initializes a new instance of the MiningStructureColumn class using default values. |
![]() | MiningStructureColumn(String^) | Initializes a new instance of the MiningStructureColumn using a name. |
![]() | MiningStructureColumn(String^, String^) | Initializes a new instance of the MiningStructureColumn using a name and an identifier. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets a collection within which you can store custom data.(Inherited from ModelComponent.) |
![]() | CanRaiseEvents | (Inherited from Component.) |
![]() | Container | (Inherited from Component.) |
![]() | Description | Gets or sets the description of the component.(Inherited from NamedComponent.) |
![]() | DesignMode | (Inherited from Component.) |
![]() | Events | (Inherited from Component.) |
![]() | FriendlyName | Returns a user-friendly name.(Inherited from NamedComponent.) |
![]() | ID | Gets or sets the identifier of the component.(Inherited from NamedComponent.) |
![]() | KeyForCollection | Returns 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 of the component.(Inherited from NamedComponent.) |
![]() | SiteID | Gets or sets the identifier for the site associated with the component.(Inherited from NamedComponent.) |
| Name | Description | |
|---|---|---|
![]() | AddToContainer(IContainer^) | Adds a 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) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the MiningStructureColumn object before the cleanup.(Overrides ModelComponent::BeforeRemove(Boolean).) |
![]() | Clone() | Creates a new full copy of an object. |
![]() | CopyTo(MiningStructureColumn^) | Copies a MiningStructureColumn object to the specified object. |
![]() | 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. |
![]() | 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^) | Removes a 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 containing the name of the 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IFormattable::ToString(String^, IFormatProvider^) | Formats the value of the current instance using the specified format.(Inherited from NamedComponent.) |
![]() ![]() | IHostableComponent::Host | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent::FriendlyPath | (Inherited from ModelComponent.) |
![]() ![]() | IModelComponent::OwningCollection | (Inherited from ModelComponent.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







