MiningModelColumn.IsInput Property

Gets a value that indicates whether the column is an input column.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property IsInput As Boolean 
    Get
'Usage
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

Property Value

Type: Boolean
true if the column is an input column; otherwise, false.

See Also

Reference

MiningModelColumn Class

Microsoft.AnalysisServices.AdomdServer Namespace