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.