MiningStructure.IsProcessed プロパティ

マイニング構造が処理されるかどうかを示す値を取得します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
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、処理されない場合は false です。

関連項目

参照

MiningStructure クラス

Microsoft.AnalysisServices.AdomdServer 名前空間