Partager via


Classe ScalarMiningStructureColumn

Represents a MiningStructureColumn element that contains scalar values. This class cannot be inherited.

Hiérarchie d'héritage

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.MiningStructureColumn
            Microsoft.AnalysisServices.ScalarMiningStructureColumn

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("B09355EC-A733-4c99-A2B4-B5608929FE75")> _
Public NotInheritable Class ScalarMiningStructureColumn _
    Inherits MiningStructureColumn _
    Implements ICloneable
'Utilisation
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

Le type ScalarMiningStructureColumn expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ScalarMiningStructureColumn() Initializes a new instance of the ScalarMiningStructureColumn class using default values.
Méthode publique ScalarMiningStructureColumn(String) Initializes a new instance of the ScalarMiningStructureColumn using the specified name.
Méthode publique ScalarMiningStructureColumn(String, String) Initializes a new instance of the ScalarMiningStructureColumn using the specified name and identifier.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode protégée AddToContainer Infrastructure. Adds a ModelComponent object to the specified container. (hérité de ModelComponent.)
Méthode protégée AfterInsert Infrastructure. Displays a ModelComponent object after added to the specified index. (hérité de ModelComponent.)
Méthode protégée AfterMove Infrastructure. Displays a ModelComponent object after moving to the specified index. (hérité de ModelComponent.)
Méthode protégée AfterRemove Infrastructure. Displays a ModelComponentCollection after a ModelComponent object is removed. (hérité de ModelComponent.)
Méthode protégée BeforeRemove Infrastructure. Removes the MiningStructureColumn object before the cleanup. (hérité de MiningStructureColumn.)
Méthode publique Clone Creates a new full copy of an object. (remplace MiningStructureColumn.Clone().)
Méthode publique CopyTo Copies a ScalarMiningStructureColumn object to the specified object.
Méthode publique CreateDerivedColumn When overridden in a derived class, creates a derived column. (remplace MiningStructureColumn.CreateDerivedColumn().)
Méthode publique CreateObjRef Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique Dispose (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetAvailableContentType Gets the available content type for the column.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode protégée RemoveFromContainer Infrastructure. Removes a ModelComponent object from the specified container. (hérité de ModelComponent.)
Méthode publique Submit() Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.)
Méthode publique Submit(Boolean) Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.)
Méthode publique ToString Returns a string containing the name of the component. (hérité de NamedComponent.)
Méthode publique Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (hérité de ModelComponent.)
Méthode publique 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. (hérité de ModelComponent.)
Méthode publique Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the ScalarMiningStructureColumn object is valid. (remplace NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new object that is a copy of the current instance.
Implémentation d'interface expliciteMéthode privée IFormattable.ToString Formats the value of the current instance using the specified format. (hérité de NamedComponent.)
Implémentation d'interface explicitePropriété privée IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (hérité de ModelComponent.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices