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


Свойство Partition.CurrentStringStoresCompatibilityLevel

Gets or sets the compatibility level for the Current String stores.

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

Синтаксис

'Декларация
Public Property CurrentStringStoresCompatibilityLevel As Integer 
    Get 
    Set
'Применение
Dim instance As Partition 
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.

См. также

Справочник

Partition Класс

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