Proprietà PerspectiveAttribute.Parent
Gets the parent perspective dimension of a PerspectiveAttribute object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveDimension
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.PerspectiveDimension
A PerspectiveDimension object.