次の方法で共有


RestorePointTypes Class

Definition

Defines the valid restore points of Azure SQL Databases. See MSDN for more information.

public static class RestorePointTypes
type RestorePointTypes = class
Public Class RestorePointTypes
Inheritance
RestorePointTypes

Fields

CONTINUOUS

Continuous restore points describe the earliest possible point-in-times that an Azure SQL database can be restored to. The database can be restored to any point-in-time after the earliest point.

DISCRETE

Discrete restore points describe the possible point-in-times that an Azure SQL database can be restored to.

Applies to