다음을 통해 공유


CalculationProperty.Language 속성

Gets or sets the language associated with a CalculationProperty object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property Language As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Int32
An Integer representing the language.

참고 항목

참조

CalculationProperty 클래스

Microsoft.AnalysisServices 네임스페이스