Sdílet prostřednictvím


DatabaseBackupSetting.DatabaseType Property

 

Optional. The database type (either SqlAzure or MySql)

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top