MiningAttribute.IsPredictable プロパティ
この属性が予測可能であるかどうかを示します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.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 です。