다음을 통해 공유


Language 속성

Gets or sets the language associated with a CalculationProperty object.

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

구문

‘선언
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.