Compartir a través de


CubeAttribute.Parent Propiedad

Gets the parent of the CubeAttribute object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As CubeDimension 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.CubeDimension
A CubeDimension object.

Vea también

Referencia

CubeAttribute Clase

Espacio de nombres Microsoft.AnalysisServices