Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the type of backing storage for a schema model.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Enumeration DacSchemaModelStorageType
'Usage
Dim instance As DacSchemaModelStorageType
public enum DacSchemaModelStorageType
public enum class DacSchemaModelStorageType
type DacSchemaModelStorageType
public enum DacSchemaModelStorageType
Members
| Member name | Description | |
|---|---|---|
| File | Model is back by file-based storage. | |
| Memory | Model is stored completely in-memory. |