Condividi tramite


Proprietà Partition.StringStoresCompatibilityLevel

Gets or sets the compatibility level for the String Stores.

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

Sintassi

'Dichiarazione
Public Property StringStoresCompatibilityLevel As Integer 
    Get 
    Set
'Utilizzo
Dim instance As Partition 
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)

Valore proprietà

Tipo: System.Int32
The compatibility level for the String Stores.

Vedere anche

Riferimento

Partition Classe

Spazio dei nomi Microsoft.AnalysisServices