Context.MiningModels 屬性
Gets the mining models in the current database.
命名空間: 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
The mining models in the current database.