Compartilhar via


Propriedade do RDL MiningStructure.MiningModels

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 (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdClient.MiningModelCollection
A collection of mining models for the mining structure.

Consulte também

Referência

MiningStructure Classe

Namespace Microsoft.AnalysisServices.AdomdClient