Compartir a través de


Dimension.AttributeAllMemberTranslations Propiedad

Gets the translations collection for the AllMember attribute.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property AttributeAllMemberTranslations As TranslationCollection 
    Get
'Uso
Dim instance As Dimension 
Dim value As TranslationCollection 

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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.TranslationCollection
The translations collection for the AllMember attribute.

Vea también

Referencia

Dimension Clase

Espacio de nombres Microsoft.AnalysisServices