Share via


Propriété Translations

Gets the collection of Translation objects associated with a MiningStructure.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection
    Get
'Utilisation
Dim instance As MiningStructure
Dim value As TranslationCollection

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

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .TranslationCollection
A TranslationCollection containing the collection of Translation objects associated with a MiningStructure.