Поделиться через


Свойство MiningAttribute.IsInput

Determines if this attribute is an input attribute.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsInput As Boolean 
    Get
'Применение
Dim instance As MiningAttribute 
Dim value As Boolean 

value = instance.IsInput
public bool IsInput { get; }
public:
property bool IsInput {
    bool get ();
}
member IsInput : bool
function get IsInput () : boolean

Значение свойства

Тип: System.Boolean
true if this is an input attribute; false otherwise.

Замечания

A MiningAttribute is an input attribute if its value column is not marked PredictOnly, or the parent table of a nested attribute is not marked PredictOnly.

См. также

Справочник

MiningAttribute Класс

Пространство имен Microsoft.AnalysisServices.AdomdServer