Share via


AdomdConnection.MiningModels Property

Gets an instance of a MiningModelCollection that represents the collection of mining models that an analytical data source contains.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningModels As MiningModelCollection 
    Get
'Usage
Dim instance As AdomdConnection 
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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningModelCollection
A MiningModelCollection that represents the collection of mining models that an analytical data source contains.

See Also

Reference

AdomdConnection Class

Microsoft.AnalysisServices.AdomdClient Namespace