Partager via


Propriété IsProcessed

Gets a Boolean indicating if this column is processed.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsProcessed As Boolean
    Get
'Utilisation
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

Valeur de propriété

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