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


Context.MiningModels Property

Gets the mining models in the current database.

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

Синтаксис

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

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

A MiningModelCollection.

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

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