Compartilhar via


Propriedade do RDL AttributeTranslation.Parent

Gets the parent dimension attribute of the AttributeTranslation object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DimensionAttribute 
    Get
'Uso
Dim instance As AttributeTranslation 
Dim value As DimensionAttribute 

value = instance.Parent
[BrowsableAttribute(false)]
public DimensionAttribute Parent { get; }
[BrowsableAttribute(false)]
public:
property DimensionAttribute^ Parent {
    DimensionAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : DimensionAttribute
function get Parent () : DimensionAttribute

Valor da propriedade

Tipo: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object.

Consulte também

Referência

AttributeTranslation Classe

Namespace Microsoft.AnalysisServices