DatabaseCopyCreateParameters Class

 

Represents the parameters supplied to the Create Database Copy operation.

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

System::Object
  Microsoft.WindowsAzure.Management.Sql.Models::DatabaseCopyCreateParameters

public ref class DatabaseCopyCreateParameters 

NameDescription
System_CAPS_pubmethodDatabaseCopyCreateParameters()

Initializes a new instance of the DatabaseCopyCreateParameters class.

System_CAPS_pubmethodDatabaseCopyCreateParameters(String^, String^, Boolean)

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

NameDescription
System_CAPS_pubpropertyIsContinuous

Required. Gets a value that indicates whether the copy should be continuous.

System_CAPS_pubpropertyIsOfflineSecondary

Optional. Gets a value that indicates whether it is an offline secondary copy.

System_CAPS_pubpropertyPartnerDatabase

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

System_CAPS_pubpropertyPartnerServer

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: