ScalarMiningStructureColumn 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 a MiningStructureColumn element that contains scalar values. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("B09355EC-A733-4c99-A2B4-B5608929FE75")]
public sealed class ScalarMiningStructureColumn : Microsoft.AnalysisServices.MiningStructureColumn, ICloneable
[<System.Runtime.InteropServices.Guid("B09355EC-A733-4c99-A2B4-B5608929FE75")>]
type ScalarMiningStructureColumn = class
inherit MiningStructureColumn
interface ICloneable
Public NotInheritable Class ScalarMiningStructureColumn
Inherits MiningStructureColumn
Implements ICloneable
- Inheritance
- Attributes
- Implements
Constructors
ScalarMiningStructureColumn() |
Initializes a new instance of the ScalarMiningStructureColumn class using default values. |
ScalarMiningStructureColumn(String, String) |
Initializes a new instance of the ScalarMiningStructureColumn using the specified name and identifier. |
ScalarMiningStructureColumn(String) |
Initializes a new instance of the ScalarMiningStructureColumn using the specified name. |
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) |
ClassifiedColumns |
Gets the collection of related columns that are classified by the ScalarMiningStructureColumn object. |
Content |
Gets or sets the content of the column in the ScalarMiningStructureColumn object. |
Description |
Gets or sets the description of the component. (Inherited from NamedComponent) |
DiscretizationBucketCount |
Gets or sets the number of buckets into which to discretize the column values. |
DiscretizationMethod |
Gets or sets the method to be used for discretization. |
Distribution |
Gets or sets a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object. |
FriendlyName |
Gets a user-friendly name for the component. (Inherited from NamedComponent) |
ID |
Gets or sets the identifier of the component. (Inherited from NamedComponent) |
IsKey |
Gets or sets an indication whether the column provides the key for the case in a ScalarMiningStructureColumn object. |
KeyColumns |
Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn. |
KeyForCollection |
Gets the key used in collections. (Inherited from NamedComponent) |
ModelingFlags |
Gets the collection of ModelingFlags for a column. |
Name |
Gets or sets the name of the component. (Inherited from NamedComponent) |
NameColumn |
Gets or sets the column that provides the name of ScalarMiningStructureColumn. |
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. (Inherited from MiningStructureColumn) |
ParentMiningStructure |
Gets the parent mining structure of a MiningStructureColumn object. (Inherited from MiningStructureColumn) |
ParentServer |
Gets the parent Server of the MiningStructureColumn object. (Inherited from MiningStructureColumn) |
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) |
Source |
Gets or sets the source for the column. |
Translations |
Gets the collection of Translation object associated with the ScalarMiningStructureColumn. |
Type |
Gets or sets the data type of the mining structure column. |
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. (Inherited from MiningStructureColumn) |
Clone() |
Returns a clone of the object. |
CopyTo(MiningStructureColumn) |
Copies the content of this object to another object (the destination). (Inherited from MiningStructureColumn) |
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) |
CopyTo(ScalarMiningStructureColumn) |
Copies the content of this object to another object (the destination). |
CreateDerivedColumn() |
When overridden in a derived class, creates a derived column. |
GetAvailableContentType() |
Gets the available content type for the column. |
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 ScalarMiningStructureColumn object is valid. |
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) |