DatabaseCopy.PercentComplete Property
Optional. Gets the progress towards copy completion.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public float PercentComplete { get; set; }
public:
property float PercentComplete {
float get();
void set(float value);
}
member PercentComplete : float32 with get, set
Public Property PercentComplete As Single
Property Value
Type: System.Single
See Also
DatabaseCopy Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top