MiningStructure.MiningModels Property
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.MiningModelCollection
A collection of mining models in the mining structure.