MiningModelColumn.IsPredictable 属性

Gets a value that indicates whether the column is predictable.

命名空间:  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 if the column is predictable; otherwise, false.

请参阅

参考

MiningModelColumn 类

Microsoft.AnalysisServices.AdomdClient 命名空间