DimensionAttribute.Parent Propiedad
Gets the parent Dimension of the DimensionAttribute.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Dimension
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.Dimension
The parent Dimension of the DimensionAttribute.