Partager via


AzureSqlServerCmdletBase.ValidateSoftDeleteParameters Method

Definition

Validates SoftDeleteRetentionDays and EnableSoftDelete parameters

protected void ValidateSoftDeleteParameters(int? softDeleteRetentionDays, bool? enableSoftDelete);
member this.ValidateSoftDeleteParameters : Nullable<int> * Nullable<bool> -> unit
Protected Sub ValidateSoftDeleteParameters (softDeleteRetentionDays As Nullable(Of Integer), enableSoftDelete As Nullable(Of Boolean))

Parameters

softDeleteRetentionDays
Nullable<Int32>

The soft delete retention days value

enableSoftDelete
Nullable<Boolean>

The enable soft delete flag

Applies to