Поделиться через


Свойство Dimension.StringStoresCompatibilityLevel

Gets or sets the compatibility level of the string stores.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property StringStoresCompatibilityLevel As Integer 
    Get 
    Set
'Применение
Dim instance As Dimension 
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 of the string stores.

См. также

Справочник

Dimension Класс

Пространство имен Microsoft.AnalysisServices