Share via


DacExportParameters.ConnectionInfoParameter.DatabaseName Property

 

Required. Gets or sets the name of the database to be exported.

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

Syntax

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

Property Value

Type: System.String

See Also

DacExportParameters.ConnectionInfoParameter Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top