Compartilhar via


Propriedade do RDL MiningAttribute.FeatureSelection

Determines if the mining attribute is feature-selected.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.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.AdomdServer.MiningFeatureSelection
A MiningFeatureSelection value.

Consulte também

Referência

MiningAttribute Classe

Namespace Microsoft.AnalysisServices.AdomdServer