MiningFeatureSelection Enumeration

Describes the type of attribute to return when calling GetAttributes. Alternatively describes a MiningAttribute.

네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv (in msmgdsrv.dll)

구문

‘선언
<SuppressMessageAttribute("Microsoft.Design", "CA1027:MarkEnumsWithFlags")> _
Public Enumeration MiningFeatureSelection
[SuppressMessageAttribute("Microsoft.Design", "CA1027:MarkEnumsWithFlags")] 
public enum MiningFeatureSelection
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1027:MarkEnumsWithFlags")] 
public enum class MiningFeatureSelection
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1027:MarkEnumsWithFlags") */ 
public enum MiningFeatureSelection
SuppressMessageAttribute("Microsoft.Design", "CA1027:MarkEnumsWithFlags") 
public enum MiningFeatureSelection

Members

Member name Description
All Return all attributes.
Input Return input-selected attributes. Also represents an attribute that is input-selected.
InputAndOutput Return attributes that are both input-selected and output-selected. Also represents an attribute that is both input-selected and output-selected.
NotSelected Return attributes that are not feature selected. Also represents an attribute that is not feature selected.
Output Return output-selected attributes. Also represents an attribute that is output-selected.
Selected Return attributes that are either input-selected or output-selected.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.AnalysisServices.AdomdServer Namespace