IsProcessed 속성

Gets a Boolean indicating if this column is processed.

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

구문

‘선언
Public ReadOnly Property IsProcessed As Boolean
    Get
‘사용 방법
Dim instance As MiningStructureColumn
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 this column is processed; false otherwise.