Propriété MiningStructure.MiningModels
Gets the collection of MiningModel objects associated with a MiningStructure.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningModels As MiningModelCollection
Get
'Utilisation
Dim instance As MiningStructure
Dim value As MiningModelCollection
value = instance.MiningModels
[BrowsableAttribute(false)]
public MiningModelCollection MiningModels { get; }
[BrowsableAttribute(false)]
public:
property MiningModelCollection^ MiningModels {
MiningModelCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MiningModels : MiningModelCollection
function get MiningModels () : MiningModelCollection
Valeur de propriété
Type : Microsoft.AnalysisServices.MiningModelCollection
A MiningModelCollection that contains the collection of MiningModel objects associated with a MiningStructure.