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