Compartir a través de


FeatureSelection Propiedad

Determines if the mining attribute is feature-selected.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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