Partager via


Propriété CubeAttribute.Parent

Gets the parent of the CubeAttribute object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As CubeDimension 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.CubeDimension
A CubeDimension object.

Voir aussi

Référence

CubeAttribute Classe

Espace de noms Microsoft.AnalysisServices