Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a value that indicates whether the mining structure is processed.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property IsProcessed As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the mining structure is processed; otherwise, false.