Share via


MiningAttribute.FeatureSelection Property

Indicates the feature selection status of the mining attribute.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property FeatureSelection As MiningFeatureSelection 
    Get
'Usage
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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection
A MiningFeatureSelection value.

Remarks

For more information about feature selection, see Feature Selection (Data Mining).

See Also

Reference

MiningAttribute Class

Microsoft.AnalysisServices.AdomdClient Namespace