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.

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