Partager via


MiningModel.Language Property

Gets or sets the language to use by default as indicated by an Integer.

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

Syntaxe

'Déclaration
<DefaultValueAttribute(0)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Language As Integer
[DefaultValueAttribute(0)] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")] 
public int Language { get; set; }
[DefaultValueAttribute(0)] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")] 
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.

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

MiningModel Class
MiningModel Members
Microsoft.AnalysisServices Namespace