Dimension.IsParentChild Property

Gets a true value if current dimension is of ParentChild type.

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

Синтаксис

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

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

true if the dimension is linked; otherwise, false.

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

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.

См. также

Справочник

Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace