MiningStructureColumn.IsProcessed Property

Gets a value that indicates whether this column is processed.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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

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

Property Value

Type: System.Boolean
true if this column is processed; otherwise, false.

See Also

Reference

MiningStructureColumn Class

Microsoft.AnalysisServices.AdomdClient Namespace