MiningAttribute.IsInput プロパティ
この属性が入力属性であるかどうかを示します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Property IsInput As Boolean
Get
'使用
Dim instance As MiningAttribute
Dim value As Boolean
value = instance.IsInput
public bool IsInput { get; }
public:
property bool IsInput {
bool get ();
}
member IsInput : bool
function get IsInput () : boolean
プロパティ値
型: Boolean
属性がモデルへの入力として使用される場合は true、それ以外の場合は false です。
説明
MiningAttribute の値列が PredictOnly と指定されていない場合、または入れ子になった属性の親テーブルが PredictOnly と指定されていない場合、この属性は入力属性になります。