次の方法で共有


TargetRestoreInfo.OverwriteOption プロパティ

定義

ターゲット DataBase が既に存在する場合は、取得または設定を上書きできます。 指定できる値は、'Invalid'、'FailOnConflict'、'Overwrite' です。

[Newtonsoft.Json.JsonProperty(PropertyName="overwriteOption")]
public string OverwriteOption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="overwriteOption")>]
member this.OverwriteOption : string with get, set
Public Property OverwriteOption As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象