Share via


ServerCreateResponse.ServerName Property

 

Optional. Gets the name of the Azure SQL Database Server that was provisioned.

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

ServerCreateResponse Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top