IsProcessed-Eigenschaft
Indicates if the mining model has been 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 MiningModel
Dim value As Boolean
value = instance.IsProcessed
public bool IsProcessed { get; }
public:
property bool IsProcessed {
bool get ();
}
member IsProcessed : bool
function get IsProcessed () : boolean
Eigenschaftenwert
Typ: System. . :: . .Boolean
true if the mining model has been processed; false otherwise.
Hinweise
If the model has not been processed, it contains a defined structure but will not have been trained with data.
Siehe auch