Share via


DacImportParameters.ConnectionInfoParameter.Password Property

 

Required. Gets or sets the password for the server administrator.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top