MiningStructure.MiningModels Property
Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.MiningModelCollection
A MiningModelCollection.