Context.MiningServices Property

Gets the mining services in the current database.

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

Syntax

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

Property Value

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

See Also

Reference

Context Class

Microsoft.AnalysisServices.AdomdServer Namespace