Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Describes the type of attribute to return when calling GetAttributes. Alternatively describes a MiningAttribute.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public Enumeration MiningFeatureSelection
'Uso
Dim instance As MiningFeatureSelection
public enum MiningFeatureSelection
public enum class MiningFeatureSelection
type MiningFeatureSelection
public enum MiningFeatureSelection
Membros
| Nome do membro | Descrição | |
|---|---|---|
| All | Return all attributes. | |
| Input | Return attributes that are input-selected. 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 attributes that are output-selected. Also represents an attribute that is output-selected. | |
| Selected | Return attributes that are either input-selected or output-selected. |