Свойство IsInput
Determines whether the column is an input column.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsInput As Boolean
Get
'Применение
Dim instance As MiningModelColumn
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 the column is an input column; false otherwise.
См. также