Compartilhar via


Classe MiningModelColumn

Represents information about a column in a MiningModel element. This class cannot be inherited.

Hierarquia de herança

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.MiningModelColumn

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")> _
Public NotInheritable Class MiningModelColumn _
    Inherits NamedComponent _
    Implements ICloneable
'Uso
Dim instance As MiningModelColumn
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")]
public sealed class MiningModelColumn : NamedComponent, 
    ICloneable
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute(L"686D369C-BFD1-4d56-8A2C-C7041904167B")]
public ref class MiningModelColumn sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnTypeConverter, Microsoft.AnalysisServices.Design")>]
[<GuidAttribute("686D369C-BFD1-4d56-8A2C-C7041904167B")>]
type MiningModelColumn =  
    class 
        inherit NamedComponent 
        interface ICloneable 
    end
public final class MiningModelColumn extends NamedComponent implements ICloneable

O tipo MiningModelColumn expõe os membros a seguir.

Construtores

  Nome Descrição
Método público MiningModelColumn() Initializes a new instance of the MiningModelColumn class using default values.
Método público MiningModelColumn(String, String) Initializes a new instance of the MiningModelColumn class, using System.String name as the name of the mining model column, and System.String id as the internal name of the object.

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 Columns Gets the collection of columns associated with the MiningModelColumn object.
Propriedade pública Container (Herdado de Component.)
Propriedade pública Description Gets or sets the description of the component. (Herdado de NamedComponent.)
Propriedade pública Filter Gets or sets the filter expression for the mining model column.
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 protegida KeyForCollection Returns the key used in collections. (Herdado de NamedComponent.)
Propriedade pública ModelingFlags Gets the collection of [ModelingFlags] elements for a column in a MiningModelColumn object.
Propriedade pública Name Gets or sets the name of the component. (Herdado de NamedComponent.)
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 a MiningModelColumn object.
Propriedade pública ParentMiningModel Gets the parent MiningModel of a MiningModelColumn object.
Propriedade pública ParentMiningStructure Gets the parent MiningStructure of a MiningModelColumn object.
Propriedade pública ParentServer Gets the parent Server of a MiningModelColumn object.
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 SourceColumn Gets the mining structure column associated with a MiningModelColumn object.
Propriedade pública SourceColumnID Gets or sets a source column identifier for a MiningModelColumn object.
Propriedade pública Translations Gets the collection of translations associated with a MiningModelColumn object.
Propriedade pública Usage Gets or sets how the column from the parent MiningStructure is used in the mining model.

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 ModelComponent object before the cleanup. (Herdado de ModelComponent.)
Método público Clone Creates a new, full copy of an object.
Método público CopyTo Copies a MiningModelColumn object to the specified object.
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 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 mining model collection is validated. (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, full copy of an object.
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