DatabaseOperation Members
Contains all the information pertaining to a database operation that transpired.
The following tables list the members exposed by the DatabaseOperation type.
Public Constructors
Name | Description | |
---|---|---|
DatabaseOperation | Initializes a new instance of the DatabaseOperation class. |
Top
Public Properties
Name | Description | |
---|---|---|
DatabaseName | Optional. Gets the name of the Azure SQL Database on which the operation is performed. | |
Error | Optional. Gets the description of the error that occurred during a failed operation. | |
ErrorCode | Optional. Gets the code indicating the error that occurred during a failed operation. | |
ErrorSeverity | Optional. Gets the severity level of the error that occurred during a failed operation. | |
ErrorState | Optional. Gets the error state of the operation. | |
Id | Optional. Gets a unique identifier for this database operation. | |
LastModifyTime | Optional. Gets the timestamp when the record was last modified for a long running operation. | |
Name | Optional. Gets the name of the service resource. (Inherited from SqlModelCommon) | |
PercentComplete | Optional. Gets the percentage of the operation that has completed. | |
SessionActivityId | Optional. Gets the unique Guid that identifies the session that this operation occured in. This is helpful if contacting support for an issue. | |
StartTime | Optional. Gets the timestamp when the operation started. | |
State | Optional. Gets the state of the service resource. (Inherited from SqlModelCommon) | |
StateId | Optional. Gets a unique identifier for the service activity representing the operation. This activity id can be provided to the service support for investigating an operation. | |
Type | Optional. Gets the type of the service resource. (Inherited from SqlModelCommon) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
DatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace