Partager via


Propriété CalculationProperty.Language

Gets or sets the language associated with a CalculationProperty object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Language As Integer 
    Get 
    Set
'Utilisation
Dim instance As CalculationProperty 
Dim value As Integer 

value = instance.Language

instance.Language = value
public int Language { get; set; }
public:
property int Language {
    int get ();
    void set (int value);
}
member Language : int with get, set
function get Language () : int 
function set Language (value : int)

Valeur de propriété

Type : System.Int32
An Integer representing the language.

Voir aussi

Référence

CalculationProperty Classe

Espace de noms Microsoft.AnalysisServices