次の方法で共有


MiningAttribute.IsPredictable プロパティ

この属性が予測可能であるかどうかを示します。

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

構文

'宣言
Public ReadOnly Property IsPredictable As Boolean 
    Get
'使用
Dim instance As MiningAttribute 
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 です。

関連項目

参照

MiningAttribute クラス

Microsoft.AnalysisServices.AdomdClient 名前空間