Condividi tramite


Classe MiningAttribute

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

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningAttribute

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MiningAttribute _
    Implements IDisposable, IMetadataObject
'Utilizzo
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

Nel tipo MiningAttribute sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeID Returns the identifier of the attribute.
Proprietà pubblica FeatureSelection Determines if the mining attribute is feature-selected.
Proprietà pubblica IsInput Determines if this attribute is an input attribute.
Proprietà pubblica IsPredictable Determines if this attribute is predictable.
Proprietà pubblica KeyColumn Gets the key column for the attribute.
Proprietà pubblica Name Gets the fully qualified name of the attribute.
Proprietà pubblica ShortName Gets a shortened name of the attribute.
Proprietà pubblica UniqueName Gets the unique name of the mining attribute,
Proprietà pubblica ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningAttribute.
Metodo pubblico Dispose Releases all resources used by the MiningAttribute.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer