AdomdConnection.MiningServices Property

 

Gets an instance of a MiningServiceCollection that represents the collection of mining services that an analytical data source contains.

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

Syntax

[BrowsableAttribute(false)]
public MiningServiceCollection MiningServices { get; }
public:
[BrowsableAttribute(false)]
property MiningServiceCollection^ MiningServices {
    MiningServiceCollection^ get();
}
[<BrowsableAttribute(false)>]
member MiningServices : MiningServiceCollection with get
<BrowsableAttribute(False)>
Public ReadOnly Property MiningServices As MiningServiceCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection

A MiningServiceCollection that represents the collection of mining services that an analytical data source contains.

See Also

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top