Compartilhar via


Classe MiningModelColumn

Represents a column in a mining model.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelColumn

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

Sintaxe

'Declaração
Public NotInheritable Class MiningModelColumn _
    Implements IDisposable, IMetadataObject
'Uso
Dim instance As MiningModelColumn
public sealed class MiningModelColumn : IDisposable, 
    IMetadataObject
public ref class MiningModelColumn sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningModelColumn =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningModelColumn implements IDisposable, IMetadataObject

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 with the specified mining model.

Início

Propriedades

  Nome Descrição
Propriedade pública Columns Gets a collection containing the nested MiningModelColumn objects.
Propriedade pública ContainingColumn Gets the name of the table column containing this column.
Propriedade pública Content Gets the content type of the column.
Propriedade pública Description Gets the user-description of the column.
Propriedade pública Distribution Gets the MiningColumnDistribution for this column.
Propriedade pública Filter Gets a DMX filter which is used in selecting the nested table rows to be used in this table column.
Propriedade pública Flags Gets the modeling flag for the column.
Propriedade pública FullyQualifiedName Gets the fully qualified name of the column.
Propriedade pública IsInput Gets a value that indicates whether the column is an input column.
Propriedade pública IsPredictable Gets a value that indicates whether the column is predictable.
Propriedade pública IsProcessed Gets a value that indicates whether the MiningModelColumn is processed.
Propriedade pública IsRelatedToKey Gets a value that indicates whether the MiningModelColumn is related to the key.
Propriedade pública IsTable Gets a value that indicates whether the column is a table datatype.
Propriedade pública LastProcessed Gets the date and time the mining model column was last processed.
Propriedade pública LastUpdated Gets the date and time the mining model column was last updated.
Propriedade pública Name Gets the name of the column.
Propriedade pública Parent Gets the parent MiningModel.
Propriedade pública ParentMiningModel Gets the MiningModel to which this column belongs.
Propriedade pública PredictionScore Gets the prediction score for the MiningModelColumn.
Propriedade pública Properties Gets a PropertyCollection containing the properties for the column.
Propriedade pública RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Propriedade pública StructureColumn Gets the name of the structure column for the MiningModelColumn.
Propriedade pública Type Gets the MiningColumnType of the column.
Propriedade pública UniqueName Gets the unique name of the MiningModelColumn.
Propriedade pública Values Gets a collection of possible values associated with the column.

Início

Métodos

  Nome Descrição
Método público {dtor} Releases all resources used by the MiningModelColumn.
Método público Dispose Releases all resources used by the current instance of the MiningModelColumn.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

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.AdomdServer