Aracılığıyla paylaş


Dimension.IsParentChild Özelliği

Geçerli Boyut ParentChild türündeyse true değerini alır.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
<BrowsableAttribute(False)> _
Public ReadOnly Property IsParentChild As Boolean
    Get
'Kullanım
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

Özellik Değeri

Tür: System.Boolean
doğru boyut bağlıysa; Aksi takdirde, yanlış.