Share via


DacExportParameters.ConnectionInfoParameter.UserName Property

 

Required. Gets or sets the username of the database administrator user.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top