次の方法で共有


AutoBackupSettings.EnableEncryption プロパティ

定義

SQL 仮想マシンでのバックアップの暗号化を有効または無効にするを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象