共用方式為


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.