Compartilhar via


Propriedade do RDL MiningAttribute.FeatureSelection

Indicates the feature selection status of the mining attribute.

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

Sintaxe

'Declaração
Public ReadOnly Property FeatureSelection As MiningFeatureSelection 
    Get
'Uso
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

Valor da propriedade

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

Comentários

For more information about feature selection, see Seleção de recursos (mineração de dados).

Consulte também

Referência

MiningAttribute Classe

Namespace Microsoft.AnalysisServices.AdomdClient