DatabaseBackupSetting.ConnectionString Property
Optional. Contains a connection string to a database which is being backed up/restored. If the restore should happen to a new database, the database name inside is the new one.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string ConnectionString { get; set; }
public:
property String^ ConnectionString {
String^ get();
void set(String^ value);
}
member ConnectionString : string with get, set
Public Property ConnectionString As String
Property Value
Type: System.String
See Also
DatabaseBackupSetting Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top