Proprietà Dimension.CurrentStorageMode
Gets or sets the current storage mode of the dimension.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property CurrentStorageMode As DimensionStorageMode
Get
Set
'Utilizzo
Dim instance As Dimension
Dim value As DimensionStorageMode
value = instance.CurrentStorageMode
instance.CurrentStorageMode = value
public DimensionStorageMode CurrentStorageMode { get; set; }
public:
property DimensionStorageMode CurrentStorageMode {
DimensionStorageMode get ();
void set (DimensionStorageMode value);
}
member CurrentStorageMode : DimensionStorageMode with get, set
function get CurrentStorageMode () : DimensionStorageMode
function set CurrentStorageMode (value : DimensionStorageMode)
Valore proprietà
Tipo: Microsoft.AnalysisServices.DimensionStorageMode
The current storage of the dimension.
Osservazioni
CurrentStorageMode only reads the storage mode of the current dimension.
To set the value of storage mode, use StorageMode.