DatabaseCopyCreateParameters Constructor (String^, String^, Boolean)

 

Initializes a new instance of the DatabaseCopyCreateParameters class with required arguments.

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

public:
DatabaseCopyCreateParameters(
	String^ partnerServer,
	String^ partnerDatabase,
	bool isContinuous
)
Return to top
Show: