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