다음을 통해 공유


MigrateSqlServerSqlMISyncTaskOutputDatabaseLevel.IsFullBackupRestored Property

Definition

Gets whether full backup has been applied to the target database or not

[Newtonsoft.Json.JsonProperty(PropertyName="isFullBackupRestored")]
public bool? IsFullBackupRestored { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isFullBackupRestored")>]
member this.IsFullBackupRestored : Nullable<bool>
Public ReadOnly Property IsFullBackupRestored As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to