DacSchemaModelStorageType 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 type of backing storage for a schema model.
public enum DacSchemaModelStorageType
type DacSchemaModelStorageType =
Public Enum DacSchemaModelStorageType
- Inheritance
-
DacSchemaModelStorageType
Fields
Name | Value | Description |
---|---|---|
File | 0 | Model is back by file-based storage. |
Memory | 1 | Model is stored completely in-memory. |