次の方法で共有


Context.MiningModels プロパティ

現在のデータベースのマイニング モデルを取得します。

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

構文

'宣言
Public Shared ReadOnly Property MiningModels As MiningModelCollection 
    Get
'使用
Dim value As MiningModelCollection 

value = Context.MiningModels
public static MiningModelCollection MiningModels { get; }
public:
static property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get ();
}
static member MiningModels : MiningModelCollection
static function get MiningModels () : MiningModelCollection

プロパティ値

型: Microsoft.AnalysisServices.AdomdServer.MiningModelCollection
現在のデータベースのマイニング モデルです。

関連項目

参照

Context クラス

Microsoft.AnalysisServices.AdomdServer 名前空間