Partager via


MiningStructure.MiningModels Property

Gets the collection of MiningModel objects associated with MiningStructure.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
<XmlArrayItemAttribute(GetType(MiningModel), ElementName:="MiningModel")> _
Public ReadOnly Property MiningModels As MiningModelCollection
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(typeof(MiningModel), ElementName="MiningModel")] 
public MiningModelCollection MiningModels { get; }
[BrowsableAttribute(false)] 
[XmlArrayItemAttribute(typeof(MiningModel), ElementName=L"MiningModel")] 
public:
property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get ();
}
/** @property */
public MiningModelCollection get_MiningModels ()
public function get MiningModels () : MiningModelCollection

Valeur de propriété

A MiningModelCollection that contains the collection of MiningModel objects associated with MiningStructure.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MiningStructure Class
MiningStructure Members
Microsoft.AnalysisServices Namespace