Compartilhar via


Propriedade do RDL Dimension.CurrentStringStoresCompatibilityLevel

Gets or sets the compatibility level of the current string stores.

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

Sintaxe

'Declaração
Public Property CurrentStringStoresCompatibilityLevel As Integer 
    Get 
    Set
'Uso
Dim instance As Dimension 
Dim value As Integer 

value = instance.CurrentStringStoresCompatibilityLevel

instance.CurrentStringStoresCompatibilityLevel = value
public int CurrentStringStoresCompatibilityLevel { get; set; }
public:
property int CurrentStringStoresCompatibilityLevel {
    int get ();
    void set (int value);
}
member CurrentStringStoresCompatibilityLevel : int with get, set
function get CurrentStringStoresCompatibilityLevel () : int 
function set CurrentStringStoresCompatibilityLevel (value : int)

Valor da propriedade

Tipo: System.Int32
The compatibility level of the current string stores.

Consulte também

Referência

Dimension Classe

Namespace Microsoft.AnalysisServices