Dimension.IsParentChild プロパティ
現在のディメンションの種類が ParentChild の場合に値 true を取得します。
名前空間: 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、リンクされていない場合は false です。