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

属性值

类型:Boolean
如果这是一个可预测属性,则为 true;否则为 false。

请参阅

参考

MiningAttribute 类

Microsoft.AnalysisServices.AdomdServer 命名空间