MiningFeatureSelection 列挙体
GetAttributes を呼び出したとき、返す属性の型を示します。または、MiningAttribute を示します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public Enumeration MiningFeatureSelection
'使用
Dim instance As MiningFeatureSelection
public enum MiningFeatureSelection
public enum class MiningFeatureSelection
type MiningFeatureSelection
public enum MiningFeatureSelection
メンバー
メンバー名 | 説明 | |
---|---|---|
All | すべての属性を返します。 | |
NotSelected | 機能が選択されていない属性を返します。また、機能が選択されていない属性を表します。 | |
Selected | 入力選択型または出力選択型のいずれかの属性を返します。 | |
Input | 入力選択型の属性を返します。また、入力選択型の属性を表します。 | |
Output | 出力選択型の属性を返します。また、出力選択型の属性を表します。 | |
InputAndOutput | 入力選択型と出力選択型のどちらでもある属性を返します。また、入力選択と出力選択のどちらでもある属性を表します。 |