Share via


DatabaseCopyCreateParameters.PartnerServer Property

 

Required. Gets the name of the destination server for the copy.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public string PartnerServer { get; set; }
public:
property String^ PartnerServer {
    String^ get();
    void set(String^ value);
}
member PartnerServer : string with get, set
Public Property PartnerServer As String

Property Value

Type: System.String

See Also

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

Return to top