Compartir a través de


Partition.StringStoresCompatibilityLevel Propiedad

Gets or sets the compatibility level for the String Stores.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property StringStoresCompatibilityLevel As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Partition Clase

Espacio de nombres Microsoft.AnalysisServices