Freigeben über


MiningModelColumn.IsInput-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

MiningModelColumn Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace