Dimension.IsParentChild Property

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

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsParentChild As Boolean 
    Get
'Usage
Dim instance As Dimension 
Dim value As Boolean 

value = instance.IsParentChild
[BrowsableAttribute(false)]
public bool IsParentChild { get; }
[BrowsableAttribute(false)]
public:
property bool IsParentChild {
    bool get ();
}
[<BrowsableAttribute(false)>]
member IsParentChild : bool
function get IsParentChild () : boolean

Property Value

Type: System.Boolean
true if the dimension is linked; otherwise, false.

See Also

Reference

Dimension Class

Microsoft.AnalysisServices Namespace