다음을 통해 공유


IsProcessed 속성

Determines whether the model is populated.

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

구문

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

속성 값

형식: System. . :: . .Boolean
true if the model is populated; false otherwise.

주의

If the model is not populated, the model will have a defined structure that has not been trained with data.