MiningModelColumn.ParentMiningStructure Property
Gets the parent MiningStructure of a MiningModelColumn 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.
См. также
Справочник
MiningModelColumn Class
MiningModelColumn Members
Microsoft.AnalysisServices Namespace