你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DatabaseCreateMode Class
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.
Defines the valid create modes of Azure SQL Databases. See MSDN for more information.
public static class DatabaseCreateMode
type DatabaseCreateMode = class
Public Class DatabaseCreateMode
- Inheritance
-
DatabaseCreateMode
Fields
Copy |
Create database as a one-time copy. |
Default |
Regular database creation. |
NonReadableSecondary |
Create database as non-readable geo-secondary. |
PointInTimeRestore |
Database created as restore target where source is another live database |
Recovery |
Database created by restoring the backups of another database from XStore |
Restore |
Database created as restore target where source is a deleted database |
RestoreArchivedBackup |
Database created by restoring an archived backup |
RestoreExternalBackup |
Database created by restoring an external backup |
Secondary |
Create database as a readable geo-secondary. |