次の方法で共有


DatabaseBackupSetting.ConnectionStringName プロパティ

定義

SiteConfig.ConnectionStrings にリンクされている接続文字列名を取得または設定します。 これは、復元中に、接続文字列の上書きオプションで使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象