MiningModelColumn.IsPredictable プロパティ
列が予測可能かどうかを示す値を取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Property IsPredictable As Boolean
Get
'使用
Dim instance As MiningModelColumn
Dim value As Boolean
value = instance.IsPredictable
public bool IsPredictable { get; }
public:
property bool IsPredictable {
bool get ();
}
member IsPredictable : bool
function get IsPredictable () : boolean
プロパティ値
型: System.Boolean
列が予測可能である場合は true、予測可能ではない場合は false です。