Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.