CubeAttribute.Parent Property
Gets the parent of the CubeAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As CubeDimension
Get
'Usage
Dim instance As CubeAttribute
Dim value As CubeDimension
value = instance.Parent
[BrowsableAttribute(false)]
public CubeDimension Parent { get; }
[BrowsableAttribute(false)]
public:
property CubeDimension^ Parent {
CubeDimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : CubeDimension
function get Parent () : CubeDimension
Property Value
Type: Microsoft.AnalysisServices.CubeDimension
A CubeDimension object.