Freigeben über


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
Öffentliche Methode ScalarMiningStructureColumn() Initializes a new instance of the ScalarMiningStructureColumn class using default values.
Öffentliche Methode ScalarMiningStructureColumn(String) Initializes a new instance of the ScalarMiningStructureColumn using the specified name.
Öffentliche Methode ScalarMiningStructureColumn(String, String) Initializes a new instance of the ScalarMiningStructureColumn using the specified name and identifier.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets a collection within which you can store custom data. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft ClassifiedColumns Gets the collection of related columns that are classified by the ScalarMiningStructureColumn object.
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft Content Gets or sets the content of the column in the ScalarMiningStructureColumn object.
Öffentliche Eigenschaft Description Gets or sets the description of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft DiscretizationBucketCount Gets or sets the number of buckets into which to discretize the column values.
Öffentliche Eigenschaft DiscretizationMethod Gets or sets the method to be used for discretization.
Öffentliche Eigenschaft Distribution Gets or sets a provider-specific value that describes how scalar values are distributed within a column of a ScalarMiningStructureColumn object.
Geschützte Eigenschaft FriendlyName Returns a user-friendly name. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft ID Gets or sets the identifier of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft IsKey Gets or sets a value that indicates whether the column provides the key for the case in a ScalarMiningStructureColumn object.
Öffentliche Eigenschaft KeyColumns Gets the collection of KeyColumns definitions for ScalarMiningStructureColumn.
Geschützte Eigenschaft KeyForCollection Returns the key used in collections. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft ModelingFlags Gets the collection of ModelingFlags for a column.
Öffentliche Eigenschaft Name Gets or sets the name of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft NameColumn Gets or sets the column that provides the name of ScalarMiningStructureColumn.
Öffentliche Eigenschaft OwningCollection Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft Parent Infrastruktur Gets the IModelComponent object that is the parent of the ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Eigenschaft ParentDatabase Gets the parent Database of the MiningStructureColumn object. (Geerbt von MiningStructureColumn.)
Öffentliche Eigenschaft ParentMiningStructure Gets the parent mining structure of a MiningStructureColumn object. (Geerbt von MiningStructureColumn.)
Öffentliche Eigenschaft ParentServer Gets the parent Server of the MiningStructureColumn object. (Geerbt von MiningStructureColumn.)
Öffentliche Eigenschaft Site Infrastruktur Gets or sets the site of the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft SiteID Infrastruktur Gets or sets the identifier for the site associated with the component. (Geerbt von NamedComponent.)
Öffentliche Eigenschaft Source Gets or sets the source for the column.
Öffentliche Eigenschaft Translations Gets the collection of Translation object associated with the ScalarMiningStructureColumn.
Öffentliche Eigenschaft Type Gets or sets the data type of the mining structure column.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AddToContainer Infrastruktur Adds a ModelComponent object to the specified container. (Geerbt von ModelComponent.)
Geschützte Methode AfterInsert Infrastruktur Displays a ModelComponent object after added to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterMove Infrastruktur Displays a ModelComponent object after moving to the specified index. (Geerbt von ModelComponent.)
Geschützte Methode AfterRemove Infrastruktur Displays a ModelComponentCollection after a ModelComponent object is removed. (Geerbt von ModelComponent.)
Geschützte Methode BeforeRemove Infrastruktur Removes the MiningStructureColumn object before the cleanup. (Geerbt von MiningStructureColumn.)
Öffentliche Methode Clone Creates a new full copy of an object. (Überschreibt MiningStructureColumn.Clone().)
Öffentliche Methode CopyTo Copies a ScalarMiningStructureColumn object to the specified object.
Öffentliche Methode CreateDerivedColumn When overridden in a derived class, creates a derived column. (Überschreibt MiningStructureColumn.CreateDerivedColumn().)
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetAvailableContentType Gets the available content type for the column.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Geschützte Methode RemoveFromContainer Infrastruktur Removes a ModelComponent object from the specified container. (Geerbt von ModelComponent.)
Öffentliche Methode Submit() Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode Submit(Boolean) Infrastruktur Submits a ModelComponent object. (Geerbt von ModelComponent.)
Öffentliche Methode ToString Returns a string containing the name of the component. (Geerbt von NamedComponent.)
Öffentliche Methode Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von ModelComponent.)
Öffentliche Methode 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.)
Öffentliche Methode Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the ScalarMiningStructureColumn object is valid. (Überschreibt NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable.Clone Creates a new object that is a copy of the current instance.
Explizite SchnittstellenimplementierungPrivate Methode IFormattable.ToString Formats the value of the current instance using the specified format. (Geerbt von NamedComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Geerbt von ModelComponent.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft 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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace