DatabaseCopy.ReplicationStateDescription Property
Optional. Gets a description of the replication state for the database.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string ReplicationStateDescription { get; set; }
public:
property String^ ReplicationStateDescription {
String^ get();
void set(String^ value);
}
member ReplicationStateDescription : string with get, set
Public Property ReplicationStateDescription As String
Property Value
Type: System.String
See Also
DatabaseCopy Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top