MiningStructure.Language Property
Gets or sets the language identifier of MiningStructure.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")> _
<DefaultValueAttribute(0)> _
Public Property Language As Integer
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")]
[DefaultValueAttribute(0)]
public int Language { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.LanguageIdTypeConverter, Microsoft.AnalysisServices.Design")]
[DefaultValueAttribute(0)]
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 that specifies the language identifier of MiningStructure.
Notes
The Language element contains the default language identifier that is used by MiningStructure, or the specific language identifier for Translation. The language should be defined by using locale identifier (LCID) codes. For instance, LCID 1033 is used to indicate the English (U.S.) language.
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
MiningStructure Class
MiningStructure Members
Microsoft.AnalysisServices Namespace