Propriété AttributeTranslation.Parent
Gets the parent dimension attribute of the AttributeTranslation object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DimensionAttribute
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object.