Freigeben über


MiningStructure.MiningModels-Eigenschaft

Gets the mining models in the mining structure.

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

Syntax

'Declaration
Public ReadOnly Property MiningModels As MiningModelCollection 
    Get
'Usage
Dim instance As MiningStructure 
Dim value As MiningModelCollection 

value = instance.MiningModels
public MiningModelCollection MiningModels { get; }
public:
property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get ();
}
member MiningModels : MiningModelCollection
function get MiningModels () : MiningModelCollection

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdServer.MiningModelCollection
A collection of mining models in the mining structure.

Siehe auch

Verweis

MiningStructure Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace