Context.MiningStructures Property
Gets the mining structures in the current database.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property MiningStructures As MiningStructureCollection
public static MiningStructureCollection MiningStructures { get; }
public:
static property MiningStructureCollection^ MiningStructures {
MiningStructureCollection^ get ();
}
/** @property */
public static MiningStructureCollection get_MiningStructures ()
public static function get MiningStructures () : MiningStructureCollection
Значение свойства
Синхронизация потоков
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