Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.