共用方式為


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