Share via


MiningFeatureSelection Enumeration

Describes the type of attribute to return when calling GetAttributes. Alternatively describes a MiningAttribute.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public Enumeration MiningFeatureSelection
public enum MiningFeatureSelection
public enum class MiningFeatureSelection
public enum MiningFeatureSelection
public enum MiningFeatureSelection

Members

Member name Description
All Return all attributes.
Input Return input-selected attributes. Also represents an attribute that is input-selected.
InputAndOutput Return attributes that are both input-selected and output-selected. Also represents an attribute that is both input-selected and output-selected.
NotSelected Return attributes that are not feature selected. Also represents an attribute that is not feature selected.
Output Return output-selected attributes. Also represents an attribute that is output-selected.
Selected Return attributes that are either input-selected or output-selected.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.AnalysisServices.AdomdClient Namespace