MiningFeatureSelection 列舉
Describes the type of attribute to return when calling GetAttributes. Alternatively describes a MiningAttribute.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Enumeration MiningFeatureSelection
'用途
Dim instance As MiningFeatureSelection
public enum MiningFeatureSelection
public enum class MiningFeatureSelection
type MiningFeatureSelection
public enum MiningFeatureSelection
成員
成員名稱 | 說明 | |
---|---|---|
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. |