Свойство IsPredictable
Determines 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; false otherwise.
См. также