次の方法で共有


MiningFeatureSelection 列挙体

GetAttributes を呼び出したとき、返す属性の型を示します。または、MiningAttribute を示します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Enumeration MiningFeatureSelection
'使用
Dim instance As MiningFeatureSelection
public enum MiningFeatureSelection
public enum class MiningFeatureSelection
type MiningFeatureSelection
public enum MiningFeatureSelection

メンバー

メンバー名 説明
Output 出力選択属性を返します。また、出力選択型の属性を表します。
All すべての属性を返します。
InputAndOutput 入力選択型と出力選択型の両方の属性を返します。また、入力選択と出力選択のどちらでもある属性を表します。
Input 入力選択属性を返します。また、入力選択型の属性を表します。
Selected 入力選択型または出力選択型のいずれかの属性を返します。
NotSelected 機能が選択されていない属性を返します。また、機能が選択されていない属性を表します。