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

[BrowsableAttribute(false)]
public MiningModelCollection MiningModels { get; }
public:
[BrowsableAttribute(false)]
property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get();
}
[<BrowsableAttribute(false)>]
member MiningModels : MiningModelCollection with get
<BrowsableAttribute(False)>
Public ReadOnly Property MiningModels As 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

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top