Condividi tramite


Classe MiningAttribute

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningAttribute

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

Sintassi

'Dichiarazione
Public NotInheritable Class MiningAttribute
'Utilizzo
Dim instance As MiningAttribute
public sealed class MiningAttribute
public ref class MiningAttribute sealed
[<SealedAttribute>]
type MiningAttribute =  class end
public final class MiningAttribute

Nel tipo MiningAttribute sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeID Returns the identifier of the attribute.
Proprietà pubblica FeatureSelection Indicates the feature selection status of the mining attribute.
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 ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone 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.