Compartir a través de


Clase MiningModelColumn

Represents a column in a mining model.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelColumn

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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

El tipo MiningModelColumn expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MiningModelColumn Initializes a new instance of the MiningModelColumn class with the specified mining model.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
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 (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdServer