Proprietà Dimension.IsParentChild
Gets a true value if current dimension is of ParentChild type.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property IsParentChild As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the dimension is linked; otherwise, false.