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