Compartilhar via


Propriedade do RDL Partition.StringStoresCompatibilityLevel

Gets or sets the compatibility level for the String Stores.

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Partition Classe

Namespace Microsoft.AnalysisServices