次の方法で共有


MiningFeatureSelection Enumeration

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

名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (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

メンバ

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

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Microsoft.AnalysisServices.AdomdServer Namespace