Partition.CurrentStringStoresCompatibilityLevel Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the compatibility level for the Current String stores.

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

Syntax

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

Property Value

Type: System.Int32

The compatibility level of the Current String Stores.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top