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


MiningStructureColumn.ParentMiningStructure Property

Gets the parent mining structure of a MiningStructureColumn object.

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

Синтаксис

'Декларация
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMiningStructure As MiningStructure
[XmlIgnoreAttribute] 
[BrowsableAttribute(false)] 
public MiningStructure ParentMiningStructure { get; }
[XmlIgnoreAttribute] 
[BrowsableAttribute(false)] 
public:
property MiningStructure^ ParentMiningStructure {
    MiningStructure^ get ();
}
/** @property */
public MiningStructure get_ParentMiningStructure ()
public function get ParentMiningStructure () : MiningStructure

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

A MiningStructure object.

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

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.

См. также

Справочник

MiningStructureColumn Class
MiningStructureColumn Members
Microsoft.AnalysisServices Namespace