Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the storage mode of the current partition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property StorageMode As StorageMode
Get
Set
'Usage
Dim instance As Partition
Dim value As StorageMode
value = instance.StorageMode
instance.StorageMode = value
public StorageMode StorageMode { get; set; }
public:
property StorageMode StorageMode {
StorageMode get ();
void set (StorageMode value);
}
member StorageMode : StorageMode with get, set
function get StorageMode () : StorageMode
function set StorageMode (value : StorageMode)
Property Value
Type: Microsoft.AnalysisServices.StorageMode
A StorageMode enumeration value.
Remarks
By default, StorageMode is the storage mode for the parent cube and the parent measure group.