Freigeben über


MiningModelColumn.IsProcessed-Eigenschaft

Gets a value that indicates whether the MiningModelColumn is processed.

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

Syntax

'Declaration
Public ReadOnly Property IsProcessed As Boolean 
    Get
'Usage
Dim instance As MiningModelColumn 
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean
true if the MiningModelColumn is processed; otherwise, false.

Siehe auch

Verweis

MiningModelColumn Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace