Freigeben über


Dimension.StringStoresCompatibilityLevel-Eigenschaft

Gets or sets the compatibility level of the string stores.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property StringStoresCompatibilityLevel As Integer 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Int32
The compatibility level of the string stores.

Siehe auch

Verweis

Dimension Klasse

Microsoft.AnalysisServices-Namespace