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 命名空间