Compartilhar via


Classe ScalarMiningStructureColumn

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

Hierarquia de herança

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 (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("B09355EC-A733-4c99-A2B4-B5608929FE75")> _
Public NotInheritable Class ScalarMiningStructureColumn _
    Inherits MiningStructureColumn _
    Implements ICloneable
'Uso
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

O tipo ScalarMiningStructureColumn expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ScalarMiningStructureColumn() Initializes a new instance of the ScalarMiningStructureColumn class using default values.
Método público ScalarMiningStructureColumn(String) Initializes a new instance of the ScalarMiningStructureColumn using the specified name.
Método público ScalarMiningStructureColumn(String, String) Initializes a new instance of the ScalarMiningStructureColumn using the specified name and identifier.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método protegido AddToContainer Infraestrutura. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.)
Método protegido AfterInsert Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.)
Método protegido AfterMove Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.)
Método protegido AfterRemove Infraestrutura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Herdado de ModelComponent.)
Método protegido BeforeRemove Infraestrutura. Removes the MiningStructureColumn object before the cleanup. (Herdado de MiningStructureColumn.)
Método público Clone Creates a new full copy of an object. (Substitui MiningStructureColumn.Clone().)
Método público CopyTo Copies a ScalarMiningStructureColumn object to the specified object.
Método público CreateDerivedColumn When overridden in a derived class, creates a derived column. (Substitui MiningStructureColumn.CreateDerivedColumn().)
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método público GetAvailableContentType Gets the available content type for the column.
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido RemoveFromContainer Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.)
Método público Submit() Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público Submit(Boolean) Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público ToString Returns a string containing the name of the component. (Herdado de NamedComponent.)
Método público Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.)
Método público 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. (Herdado de ModelComponent.)
Método público Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the ScalarMiningStructureColumn object is valid. (Substitui NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates a new object that is a copy of the current instance.
Implementações de interfaces explícitasMétodo privado IFormattable.ToString Formats the value of the current instance using the specified format. (Herdado de NamedComponent.)
Implementações de interfaces explícitasPropriedade privada IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Herdado de ModelComponent.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices