次の方法で共有


IsPredictable プロパティ

列が予測可能であるかどうかを判断します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.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 です。