MiningAttribute.FeatureSelection 属性

Indicates the feature selection status of the mining attribute.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property FeatureSelection As MiningFeatureSelection 
    Get
用法
Dim instance As MiningAttribute 
Dim value As MiningFeatureSelection 

value = instance.FeatureSelection
public MiningFeatureSelection FeatureSelection { get; }
public:
property MiningFeatureSelection FeatureSelection {
    MiningFeatureSelection get ();
}
member FeatureSelection : MiningFeatureSelection
function get FeatureSelection () : MiningFeatureSelection

属性值

类型:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection
A MiningFeatureSelection value.

注释

For more information about feature selection, see 功能选择(数据挖掘).

请参阅

参考

MiningAttribute 类

Microsoft.AnalysisServices.AdomdClient 命名空间