Enumeración MiningFeatureSelection
Describes the type of attribute to return when calling GetAttributes. Alternatively describes a MiningAttribute.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public Enumeration MiningFeatureSelection
'Uso
Dim instance As MiningFeatureSelection
public enum MiningFeatureSelection
public enum class MiningFeatureSelection
type MiningFeatureSelection
public enum MiningFeatureSelection
Miembros
Nombre del miembro | Descripción | |
---|---|---|
All | Return all attributes. | |
NotSelected | Return attributes that are not feature selected. Also represents an attribute that is not feature selected. | |
Selected | Return attributes that are either input-selected or output-selected. | |
Input | Return attributes that are input-selected. Also represents an attribute that is input-selected. | |
Output | Return attributes that are output-selected. Also represents an attribute that is output-selected. | |
InputAndOutput | Return attributes that are both input-selected and output-selected. Also represents an attribute that is both input-selected and output-selected. |