Share via


RecoverDatabaseOperationCreateParameters.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

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

Return to top