Dimension.IsParentChild Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public bool IsParentChild { get; }
public:
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
property bool IsParentChild {
    bool get();
}
[<BrowsableAttribute(false)>]
[<XmlIgnoreAttribute>]
member IsParentChild : bool with get
<BrowsableAttribute(False)>
<XmlIgnoreAttribute>
Public ReadOnly Property IsParentChild As Boolean

Property Value

Type: System.Boolean

true if the dimension is linked; otherwise, false.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top