Propriedade do RDL Parent
Gets the parent perspective dimension of a PerspectiveAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As PerspectiveDimension
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveDimension
A PerspectiveDimension object.