Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent Dimension of the DimensionAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Dimension
Get
'Usage
Dim instance As DimensionAttribute
Dim value As Dimension
value = instance.Parent
[BrowsableAttribute(false)]
public Dimension Parent { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ Parent {
Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Dimension
function get Parent () : Dimension
Property Value
Type: Microsoft.AnalysisServices.Dimension
The parent Dimension of the DimensionAttribute.