Propriedade do RDL MiningStructure.MiningModels

Gets the collection of MiningModel objects associated with a MiningStructure.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningModels As MiningModelCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.MiningModelCollection
A MiningModelCollection that contains the collection of MiningModel objects associated with a MiningStructure.

Consulte também

Referência

MiningStructure Classe

Namespace Microsoft.AnalysisServices