Freigeben über


AdomdConnection.MiningServices-Eigenschaft

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

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningServices As MiningServiceCollection 
    Get
'Usage
Dim instance As AdomdConnection 
Dim value As MiningServiceCollection 

value = instance.MiningServices
[BrowsableAttribute(false)]
public MiningServiceCollection MiningServices { get; }
[BrowsableAttribute(false)]
public:
property MiningServiceCollection^ MiningServices {
    MiningServiceCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MiningServices : MiningServiceCollection
function get MiningServices () : MiningServiceCollection

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdClient.MiningServiceCollection
A MiningServiceCollection that represents the collection of mining services that an analytical data source contains.

Siehe auch

Verweis

AdomdConnection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace