Właściwość PerspectiveAttribute.Parent
Pobiera element nadrzędny wymiar perspektywa PerspectiveAttribute obiektu.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveDimension
Get
'Użycie
Dim instance As PerspectiveAttribute
Dim value As PerspectiveDimension
value = instance.Parent
[BrowsableAttribute(false)]
public PerspectiveDimension Parent { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveDimension^ Parent {
PerspectiveDimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : PerspectiveDimension
function get Parent () : PerspectiveDimension
Wartość właściwości
Typ: Microsoft.AnalysisServices.PerspectiveDimension
A PerspectiveDimension obiektu.