次の方法で共有


RestorePointProperties Class

Definition

Represents the properties of an Azure SQL Database restore point.

public class RestorePointProperties
type RestorePointProperties = class
Public Class RestorePointProperties
Inheritance
RestorePointProperties

Constructors

RestorePointProperties()

Initializes a new instance of the RestorePointProperties class.

Properties

EarliestRestoreDate

Optional. Earliest restore time. Populated when restorePointType = DISCRETE. Null otherwise.

RestorePointCreationDate

Optional. Restore point creation time. Populated when restorePointType = CONTINUOUS. Null otherwise.

RestorePointType

Optional. Gets the restore point type of the Azure SQL Database restore point.

Applies to