ScalarMiningStructureColumn-Klasse
Represents a MiningStructureColumn element that contains scalar values. This class cannot be inherited.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.MiningStructureColumn
Microsoft.AnalysisServices.ScalarMiningStructureColumn
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("B09355EC-A733-4c99-A2B4-B5608929FE75")> _
Public NotInheritable Class ScalarMiningStructureColumn _
Inherits MiningStructureColumn _
Implements ICloneable
'Usage
Dim instance As ScalarMiningStructureColumn
[GuidAttribute("B09355EC-A733-4c99-A2B4-B5608929FE75")]
public sealed class ScalarMiningStructureColumn : MiningStructureColumn,
ICloneable
[GuidAttribute(L"B09355EC-A733-4c99-A2B4-B5608929FE75")]
public ref class ScalarMiningStructureColumn sealed : public MiningStructureColumn,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("B09355EC-A733-4c99-A2B4-B5608929FE75")>]
type ScalarMiningStructureColumn =
class
inherit MiningStructureColumn
interface ICloneable
end
public final class ScalarMiningStructureColumn extends MiningStructureColumn implements ICloneable
Der ScalarMiningStructureColumn-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ScalarMiningStructureColumn() | Initializes a new instance of the ScalarMiningStructureColumn class using default values. | |
ScalarMiningStructureColumn(String) | Initializes a new instance of the ScalarMiningStructureColumn using the specified name. | |
ScalarMiningStructureColumn(String, String) | Initializes a new instance of the ScalarMiningStructureColumn using the specified name and identifier. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Geerbt von ModelComponent.) | |
ClassifiedColumns | Gets the collection of related columns that are classified by the ScalarMiningStructureColumn object. | |
Container | (Geerbt von Component.) | |
Content | Gets or sets the content of the column in the ScalarMiningStructureColumn object. | |
Description | Gets or sets the description of the component. (Geerbt von 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 | Returns a user-friendly name. (Geerbt von NamedComponent.) | |
ID | Gets or sets the identifier of the component. (Geerbt von NamedComponent.) | |
IsKey | Gets or sets a value that indicates whether the column provides the key for the case in a ScalarMiningStructureColumn object. | |
KeyColumns | Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn. | |
KeyForCollection | Returns the key used in collections. (Geerbt von NamedComponent.) | |
ModelingFlags | Gets the collection of ModelingFlags for a column. | |
Name | Gets or sets the name of the component. (Geerbt von NamedComponent.) | |
NameColumn | Gets or sets the column that provides the name of ScalarMiningStructureColumn. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.) | |
Parent | Infrastruktur Gets the IModelComponent object that is the parent of the ModelComponent object. (Geerbt von ModelComponent.) | |
ParentDatabase | Gets the parent Database of the MiningStructureColumn object. (Geerbt von MiningStructureColumn.) | |
ParentMiningStructure | Gets the parent mining structure of a MiningStructureColumn object. (Geerbt von MiningStructureColumn.) | |
ParentServer | Gets the parent Server of the MiningStructureColumn object. (Geerbt von MiningStructureColumn.) | |
Site | Infrastruktur Gets or sets the site of the component. (Geerbt von NamedComponent.) | |
SiteID | Infrastruktur Gets or sets the identifier for the site associated with the component. (Geerbt von 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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AddToContainer | Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.) | |
AfterInsert | Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.) | |
AfterMove | Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.) | |
AfterRemove | Infrastruktur Displays a ModelComponentCollection after a ModelComponent object is removed. (Geerbt von ModelComponent.) | |
BeforeRemove | Infrastruktur Removes the MiningStructureColumn object before the cleanup. (Geerbt von MiningStructureColumn.) | |
Clone | Creates a new full copy of an object. (Überschreibt MiningStructureColumn.Clone().) | |
CopyTo | Copies a ScalarMiningStructureColumn object to the specified object. | |
CreateDerivedColumn | When overridden in a derived class, creates a derived column. (Überschreibt MiningStructureColumn.CreateDerivedColumn().) | |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
Dispose | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
GetAvailableContentType | Gets the available content type for the column. | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
RemoveFromContainer | Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.) | |
Submit() | Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.) | |
Submit(Boolean) | Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.) | |
ToString | Returns a string containing the name of the component. (Geerbt von NamedComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von 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. (Geerbt von ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Indicates whether the ScalarMiningStructureColumn object is valid. (Überschreibt NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
Disposed | (Geerbt von Component.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable.Clone | Creates a new object that is a copy of the current instance. | |
IFormattable.ToString | Formats the value of the current instance using the specified format. (Geerbt von NamedComponent.) | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.) | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (Geerbt von ModelComponent.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.