다음을 통해 공유


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

주의

For more information about feature selection, see 데이터 마이닝에서 기능 선택.