MiningAttribute.FeatureSelection 屬性
Indicates the feature selection status of the mining attribute.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public ReadOnly Property FeatureSelection As MiningFeatureSelection
Get
'用途
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
屬性值
型別:Microsoft.AnalysisServices.AdomdClient.MiningFeatureSelection
A MiningFeatureSelection value.
備註
For more information about feature selection, see 特徵選取 (資料採礦).