Proprietà MiningStructure.MiningModels

Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MiningModels As MiningModelCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MiningStructure Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient