Partilhar via


Propriedade do RDL Context.MiningServices

Gets the mining services in the current database.

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

Sintaxe

'Declaração
Public Shared ReadOnly Property MiningServices As MiningServiceCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Context Classe

Namespace Microsoft.AnalysisServices.AdomdServer