Compartir a través de


MiningModel.Translations Propiedad

Gets the collection of Translation objects associated with the MiningModel object.

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

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Translations As TranslationCollection 
    Get
'Uso
Dim instance As MiningModel 
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 de la propiedad

Tipo: Microsoft.AnalysisServices.TranslationCollection
A collection of translations associated with the MiningModel object.

Vea también

Referencia

MiningModel Clase

Espacio de nombres Microsoft.AnalysisServices