MiningAttribute.FeatureSelection Propiedad
Indicates the feature selection status of the mining attribute.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection
A MiningFeatureSelection value.
Comentarios
For more information about feature selection, see Selección de características (minería de datos).