DatabaseCopy Class
Represents the Azure SQL Database copy.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy
| Name | Description | |
|---|---|---|
![]() | DatabaseCopy() | Initializes a new instance of the DatabaseCopy class. |
| Name | Description | |
|---|---|---|
![]() | DestinationDatabaseName | Optional. Gets the name of the destination database. |
![]() | DestinationServerName | Optional. Gets the name of the destination server. |
![]() | IsContinuous | Optional. Gets a value that indicates whether the copy is continous. |
![]() | IsInterlinkConnected | Optional. Gets a value that indicates whether the database copy is interlink connected. |
![]() | IsLocalDatabaseReplicationTarget | Optional. Gets a value that indicates whether the local database is the replication target. |
![]() | IsOfflineSecondary | Optional. Gets a value indicating whether it is an offline secondary copy. |
![]() | IsTerminationAllowed | Optional. Gets a value indicating whether forced termination of this continuous copy is allowed. |
![]() | LocalDatabaseId | Optional. Gets the ID of the local database. |
![]() | ModifyDate | Optional. Gets the UTC date when the database copy became transactionally consistent. |
![]() | Name | Optional. Gets the name of the service resource.(Inherited from SqlModelCommon.) |
![]() | PercentComplete | Optional. Gets the progress towards copy completion. |
![]() | ReplicationState | Optional. Gets a value indicating the replication state for the database. |
![]() | ReplicationStateDescription | Optional. Gets a description of the replication state for the database. |
![]() | SourceDatabaseName | Optional. Gets the name of the source database. |
![]() | SourceServerName | Optional. Gets the name of the source server. |
![]() | StartDate | Optional. Gets the UTC date when the database copy was initiated. |
![]() | State | Optional. Gets the state of the service resource.(Inherited from SqlModelCommon.) |
![]() | Type | Optional. Gets the type of the service resource.(Inherited from SqlModelCommon.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


