Share via


Classe MiningModelColumn

Represents a column in a mining model.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningModelColumn

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningModelColumn _
    Implements IDisposable, IMetadataObject
'Utilisation
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

Le type MiningModelColumn expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Columns Gets a collection containing the nested MiningModelColumn objects.
Propriété publique ContainingColumn Gets the name of the table column containing this column.
Propriété publique Content Gets the content type of the column.
Propriété publique Description Gets the user-description of the column.
Propriété publique Distribution Gets the MiningColumnDistribution for this column.
Propriété publique Filter
Propriété publique Flags Gets the modeling flag for the column.
Propriété publique FullyQualifiedName Gets the fully qualified name of the column.
Propriété publique IsInput Determines whether the column is an input column.
Propriété publique IsPredictable Determines whether the column is predictable.
Propriété publique IsProcessed Determines whether the MiningModelColumn is processed.
Propriété publique IsRelatedToKey Determines whether the MiningModelColumn is related to the key.
Propriété publique IsTable Determines whether the column is a table datatype.
Propriété publique LastProcessed Gets the date and time the mining model column was last processed.
Propriété publique LastUpdated Gets the date and time the mining model column was last updated.
Propriété publique Name Gets the name of the column.
Propriété publique Parent Gets the parent MiningModel.
Propriété publique ParentMiningModel Gets the MiningModel to which this column belongs.
Propriété publique PredictionScore Gets the prediction score for the MiningModelColumn.
Propriété publique Properties Gets a PropertyCollection containing the properties for the column.
Propriété publique RelatedAttribute Gets the name of the related column for the MiningModelColumn.
Propriété publique StructureColumn Gets the name of the structure column for the MiningModelColumn.
Propriété publique Type Gets the MiningColumnType of the column.
Propriété publique UniqueName
Propriété publique Values Gets a MiningValueCollection containing the possible values associated with the column.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MiningModelColumn.
Méthode publique Dispose Releases all resources used by the MiningModelColumn.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.