Freigeben über


MiningStructure.MiningModels-Eigenschaft

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

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

MiningStructure Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace