Partager via


Propriété FeatureSelection

Determines if the mining attribute is feature-selected.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property FeatureSelection As MiningFeatureSelection
    Get
'Utilisation
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