Freigeben über


CubeAttribute.Parent-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.CubeDimension
A CubeDimension object.

Siehe auch

Verweis

CubeAttribute Klasse

Microsoft.AnalysisServices-Namespace