StorageSharingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the mode of storage sharing.
public enum StorageSharingMode
type StorageSharingMode =
Public Enum StorageSharingMode
- Inheritance
-
StorageSharingMode
Fields
Name | Value | Description |
---|---|---|
Distinct | 0 | Measure group and dimension have distinct storage. |
Shared | 1 | Measure group and dimension share the same storage. |