Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Determines the default storage mode for the MeasureGroup. Can be overridden on a per partition basis.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property StorageMode As StorageMode
Get
Set
'Usage
Dim instance As MeasureGroup
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
An enumeration containing a StorageMode.
Remarks
This defaults to the value from the parent Cube. Also, if the value of this property is null, then the value from the parent cube is used.