Propriété Partition.CurrentStringStoresCompatibilityLevel

Gets or sets the compatibility level for the Current String stores.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property CurrentStringStoresCompatibilityLevel As Integer 
    Get 
    Set
'Utilisation
Dim instance As Partition 
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)

Valeur de propriété

Type : System.Int32
The compatibility level of the Current String Stores.

Voir aussi

Référence

Partition Classe

Espace de noms Microsoft.AnalysisServices