Właściwość Partition.CurrentStorageMode
Pobiera lub ustawia bieżący tryb magazynu partycji.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Property CurrentStorageMode As StorageMode
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.AnalysisServices.StorageMode
Wartość wyliczenia StorageMode.
Uwagi
Jest to właściwość tylko do odczytu, używany głównie do aktywne buforowanie.
Dostępne są następujące wartości wyliczenia StorageMode:
StorageMode.Holap
StorageMode.Molap
StorageMode.Rolap