Freigeben über


Context.MiningModels-Eigenschaft

Ruft die Miningmodelle in der aktuellen Datenbank ab.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningModelCollection
Die Miningmodelle in der aktuellen Datenbank.

Siehe auch

Verweis

Context Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace