Compartir a través de


Clase MiningAttribute

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

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningAttribute

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
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

El tipo MiningAttribute expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AttributeID Returns the identifier of the attribute.
Propiedad pública FeatureSelection Indicates the feature selection status of the mining attribute.
Propiedad pública IsInput Determines if this attribute is an input attribute.
Propiedad pública IsPredictable Determines if this attribute is predictable.
Propiedad pública KeyColumn Gets the key column for the attribute.
Propiedad pública Name Gets the fully-qualified name of the attribute.
Propiedad pública ShortName Gets a shortened name of the attribute.
Propiedad pública ValueColumn Gets the MiningModelColumn that represents the value column for the attribute.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient