Share via


FeatureSelection 속성

Determines if the mining attribute is feature-selected.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.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