Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the collection of Translation objects associated with DimensionAttribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As AttributeTranslationCollection
Get
'Usage
Dim instance As DimensionAttribute
Dim value As AttributeTranslationCollection
value = instance.Translations
[BrowsableAttribute(false)]
public AttributeTranslationCollection Translations { get; }
[BrowsableAttribute(false)]
public:
property AttributeTranslationCollection^ Translations {
AttributeTranslationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Translations : AttributeTranslationCollection
function get Translations () : AttributeTranslationCollection
Property Value
Type: Microsoft.AnalysisServices.AttributeTranslationCollection
A AttributeTranslationCollection that contains the collection of Translation objects associated with DimensionAttribute.