Partager via


Translation.Language Property

Gets or sets the Language defined by a locale identifier code for a Translation.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")> _
<ReadOnlyAttribute(True)> _
Public Property Language As Integer
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")] 
[ReadOnlyAttribute(true)] 
public int Language { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")] 
[ReadOnlyAttribute(true)] 
public:
property int Language {
    int get ();
    void set (int value);
}
/** @property */
public int get_Language ()

/** @property */
public void set_Language (int value)
public function get Language () : int

public function set Language (value : int)

Valeur de propriété

An Integer indicating a Language locale identifier.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Translation Class
Translation Members
Microsoft.AnalysisServices Namespace