DatabaseCopy.IsLocalDatabaseReplicationTarget Property
Optional. Gets a value that indicates whether the local database is the replication target.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public bool IsLocalDatabaseReplicationTarget { get; set; }
public:
property bool IsLocalDatabaseReplicationTarget {
bool get();
void set(bool value);
}
member IsLocalDatabaseReplicationTarget : bool with get, set
Public Property IsLocalDatabaseReplicationTarget As Boolean
Property Value
Type: System.Boolean
See Also
DatabaseCopy Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top