AllMemberTranslations Propiedad
Gets the all member translations property of the Hierarchy object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property AllMemberTranslations As TranslationCollection
Get
'Uso
Dim instance As Hierarchy
Dim value As TranslationCollection
value = instance.AllMemberTranslations
[BrowsableAttribute(false)]
public TranslationCollection AllMemberTranslations { get; }
[BrowsableAttribute(false)]
public:
property TranslationCollection^ AllMemberTranslations {
TranslationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member AllMemberTranslations : TranslationCollection
function get AllMemberTranslations () : TranslationCollection
Valor de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .TranslationCollection
A collection of translations.