Share via


AdomdConnection.MiningServices 속성

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

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningServices As MiningServiceCollection 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

AdomdConnection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스