Share via


DacExportParameters.ConnectionInfoParameter.ServerName Property

 

Required. Gets or sets the Azure SQL Database Server name where the database resides.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top