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.

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
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 Determines whether the column is an input column.
Propriedade pública IsPredictable Determines whether the column is predictable.
Propriedade pública IsProcessed Determines whether the MiningModelColumn is processed.
Propriedade pública IsRelatedToKey Determines whether the MiningModelColumn is related to the key.
Propriedade pública IsTable Determines 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
Propriedade pública Values Gets a MiningValueCollection containing the 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 MiningModelColumn.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (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.