Dimension.CurrentStringStoresCompatibilityLevel 속성

Gets or sets the compatibility level of the current string stores.

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

구문

‘선언
Public Property CurrentStringStoresCompatibilityLevel As Integer 
    Get 
    Set
‘사용 방법
Dim instance As Dimension 
Dim value As Integer 

value = instance.CurrentStringStoresCompatibilityLevel

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

속성 값

유형: System.Int32
The compatibility level of the current string stores.

참고 항목

참조

Dimension 클래스

Microsoft.AnalysisServices 네임스페이스