Share via


Partition.StringStoresCompatibilityLevel 속성

Gets or sets the compatibility level for the String Stores.

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

구문

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

value = instance.StringStoresCompatibilityLevel

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

속성 값

유형: System.Int32
The compatibility level for the String Stores.

참고 항목

참조

Partition 클래스

Microsoft.AnalysisServices 네임스페이스