Dimension.StringStoresCompatibilityLevel Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the compatibility level of the string stores.

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

Syntax

[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
[DefaultValueAttribute(1050)]
public int StringStoresCompatibilityLevel { get; set; }
public:
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
[DefaultValueAttribute(1050)]
property int StringStoresCompatibilityLevel {
    int get();
    void set(int value);
}
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")>]
[<DefaultValueAttribute(1050)>]
member StringStoresCompatibilityLevel : int with get, set
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300")>
<DefaultValueAttribute(1050)>
Public Property StringStoresCompatibilityLevel As Integer

Property Value

Type: System.Int32

The compatibility level of the string stores.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top