Свойство IsParentChild
Gets a true value if current dimension is of ParentChild type.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property IsParentChild As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if the dimension is linked; otherwise, false.