Compartir a través de


Partition.CurrentStorageMode Propiedad

Gets or sets the current partition storage mode.

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

Sintaxis

'Declaración
Public Property CurrentStorageMode As StorageMode 
    Get 
    Set
'Uso
Dim instance As Partition 
Dim value As StorageMode 

value = instance.CurrentStorageMode

instance.CurrentStorageMode = value
public StorageMode CurrentStorageMode { get; set; }
public:
property StorageMode CurrentStorageMode {
    StorageMode get ();
    void set (StorageMode value);
}
member CurrentStorageMode : StorageMode with get, set
function get CurrentStorageMode () : StorageMode 
function set CurrentStorageMode (value : StorageMode)

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.StorageMode
A StorageMode enumeration value.

Comentarios

This is a read-only property, used mainly for proactive caching.

StorageMode enumeration values are:

  • StorageMode.Holap

  • StorageMode.Molap

  • StorageMode.Rolap

Vea también

Referencia

Partition Clase

Espacio de nombres Microsoft.AnalysisServices