Compartilhar via


Propriedade do RDL MiningStructure.Translations

Gets the collection of Translation objects associated with a MiningStructure.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

MiningStructure Classe

Namespace Microsoft.AnalysisServices