Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.