次の方法で共有


DatabaseBackupSetting.ConnectionString プロパティ

定義

バックアップまたは復元されるデータベースへの接続文字列を取得または設定します。 新しいデータベースに復元が行われる場合は、内部のデータベース名が新しいデータベース名になります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象