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.