Поделиться через


Context.MiningServices Property

Gets the mining services in the current database.

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property MiningServices As MiningServiceCollection
public static MiningServiceCollection MiningServices { get; }
public:
static property MiningServiceCollection^ MiningServices {
    MiningServiceCollection^ get ();
}
/** @property */
public static MiningServiceCollection get_MiningServices ()
public static function get MiningServices () : MiningServiceCollection

Значение свойства

A MiningServiceCollection.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Context Class
Context Members
Microsoft.AnalysisServices.AdomdServer Namespace