Server.FullyQualifiedDomainName Property
Optional. Gets the fully qualified domain name of the Azure SQL Database Server.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string FullyQualifiedDomainName { get; set; }
public:
property String^ FullyQualifiedDomainName {
String^ get();
void set(String^ value);
}
member FullyQualifiedDomainName : string with get, set
Public Property FullyQualifiedDomainName As String
Property Value
Type: System.String
See Also
Server Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top