Sdílet prostřednictvím


DatabaseBackupSetting.ConnectionStringName Property

 

Optional. Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.This is used during restore with overwrite connection strings options.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public string ConnectionStringName { get; set; }
public:
property String^ ConnectionStringName {
    String^ get();
    void set(String^ value);
}
member ConnectionStringName : string with get, set
Public Property ConnectionStringName As String

Property Value

Type: System.String

See Also

DatabaseBackupSetting Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top