Compartilhar via


Classe MiningAttribute

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

Hierarquia de herança

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningAttribute
'Uso
Dim instance As MiningAttribute
public sealed class MiningAttribute
public ref class MiningAttribute sealed
[<SealedAttribute>]
type MiningAttribute =  class end
public final class MiningAttribute

O tipo MiningAttribute expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AttributeID Returns the identifier of the attribute.
Propriedade pública FeatureSelection Indicates the feature selection status of the mining attribute.
Propriedade pública IsInput Determines if this attribute is an input attribute.
Propriedade pública IsPredictable Determines if this attribute is predictable.
Propriedade pública KeyColumn Gets the key column for the attribute.
Propriedade pública Name Gets the fully-qualified name of the attribute.
Propriedade pública ShortName Gets a shortened name of the attribute.
Propriedade pública ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.