Context.MiningServices 属性

Gets the mining services in the current database.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
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

属性值

类型:Microsoft.AnalysisServices.AdomdServer.MiningServiceCollection
The mining services in the current database.

请参阅

参考

Context 类

Microsoft.AnalysisServices.AdomdServer 命名空间