다음을 통해 공유


MiningServices 속성

Gets the mining services in the current database.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public Shared ReadOnly Property MiningServices As MiningServiceCollection
    Get
‘사용 방법
Dim value As MiningServiceCollection

value = Context.MiningServices
public static MiningServiceCollection MiningServices { get; }
public:
static property MiningServiceCollection^ MiningServices {
    MiningServiceCollection^ get ();
}
static member MiningServices : MiningServiceCollection
static function get MiningServices () : MiningServiceCollection