หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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. |