Proprietà Context.MiningStructures

Gets the mining structures in the current database.

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

Sintassi

'Dichiarazione
Public Shared ReadOnly Property MiningStructures As MiningStructureCollection 
    Get
'Utilizzo
Dim value As MiningStructureCollection 

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

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdServer.MiningStructureCollection
The mining structures in the current database.

Vedere anche

Riferimento

Context Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer