MiningStructure.MiningModels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of models associated with a MiningStructure.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MiningModelCollection MiningModels { get; }
[<System.ComponentModel.Browsable(false)>]
member this.MiningModels : Microsoft.AnalysisServices.MiningModelCollection
Public ReadOnly Property MiningModels As MiningModelCollection
Property Value
A MiningModelCollection that contains the collection of MiningModel objects associated with a MiningStructure.
- Attributes