TSqlModelOptions.TargetRecoveryTimeUnit Property
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.
Specifies the unit of the TARGET_RECOVERY_TIME database option.
public Microsoft.SqlServer.Dac.Model.TimeUnit? TargetRecoveryTimeUnit { get; set; }
member this.TargetRecoveryTimeUnit : Nullable<Microsoft.SqlServer.Dac.Model.TimeUnit> with get, set
Public Property TargetRecoveryTimeUnit As Nullable(Of TimeUnit)