次の方法で共有


AutoBackupSettings.BackupSystemDbs プロパティ

定義

自動バックアップにシステム データベースを含めるか除外するかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="backupSystemDbs")]
public bool? BackupSystemDbs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="backupSystemDbs")>]
member this.BackupSystemDbs : Nullable<bool> with get, set
Public Property BackupSystemDbs As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象