DatabaseOperation.Error Property
Optional. Gets the description of the error that occurred during a failed operation.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public string Error { get; set; }
public:
property String^ Error {
String^ get();
void set(String^ value);
}
member Error : string with get, set
Public Property Error As String
Property Value
Type: System.String
See Also
DatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top