다음을 통해 공유


IsProcessed 속성

Indicates if the mining model has been processed.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property IsProcessed As Boolean
    Get
‘사용 방법
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

속성 값

유형: System. . :: . .Boolean
true if the mining model has been processed; false otherwise.

주의

If the model has not been processed, it contains a defined structure but will not have been trained with data.