Proprietà Context.MiningServices

Gets the mining services in the current database.

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

Sintassi

'Dichiarazione
Public Shared ReadOnly Property MiningServices As MiningServiceCollection 
    Get
'Utilizzo
Dim value As MiningServiceCollection 

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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningServiceCollection
The mining services in the current database.

Vedere anche

Riferimento

Context Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer