Proprietà Context.MiningModels

Gets the mining models in the current database.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property MiningModels As MiningModelCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningModelCollection
The mining models in the current database.

Vedere anche

Riferimento

Context Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer