StatusInfo.ServerName Property
Optional. Gets the name of the SQL Database server holding the database that the import or export operation is utilizing.
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
StatusInfo Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top