Condividi tramite


Proprietà Dimension.CurrentStringStoresCompatibilityLevel

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property CurrentStringStoresCompatibilityLevel As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

Dimension Classe

Spazio dei nomi Microsoft.AnalysisServices