Compartir a través de


IsProcessed Propiedad

Gets a value that indicates whether the mining structure is processed.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsProcessed As Boolean
    Get
'Uso
Dim instance As MiningStructure
Dim value As Boolean

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

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the mining structure is processed; otherwise, false.