DatabaseCopyCreateParameters.PartnerDatabase Property

 

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

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top