Share via


Classe MiningAttribute

Represents a mining attribute on a MiningContentNode object and MiningDistribution object.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningAttribute

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

Syntaxe

'Déclaration
Public NotInheritable Class MiningAttribute _
    Implements IDisposable, IMetadataObject
'Utilisation
Dim instance As MiningAttribute
public sealed class MiningAttribute : IDisposable, 
    IMetadataObject
public ref class MiningAttribute sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningAttribute =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class MiningAttribute implements IDisposable, IMetadataObject

Le type MiningAttribute expose les membres suivants.

Propriétés

  Nom Description
Propriété publique AttributeID Returns the identifier of the attribute.
Propriété publique FeatureSelection Determines if the mining attribute is feature-selected.
Propriété publique IsInput Determines if this attribute is an input attribute.
Propriété publique IsPredictable Determines if this attribute is predictable.
Propriété publique KeyColumn Gets the key column for the attribute.
Propriété publique Name Gets the fully qualified name of the attribute.
Propriété publique ShortName Gets a shortened name of the attribute.
Propriété publique UniqueName Gets the unique name of the mining attribute,
Propriété publique ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MiningAttribute.
Méthode publique Dispose Releases all resources used by the MiningAttribute.
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.