DatabaseOperation Class

 

Contains all the information pertaining to a database operation that transpired.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
    Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation

Syntax

public class DatabaseOperation : SqlModelCommon
public ref class DatabaseOperation : SqlModelCommon
type DatabaseOperation = 
    class
        inherit SqlModelCommon
    end
Public Class DatabaseOperation
    Inherits SqlModelCommon

Constructors

Name Description
System_CAPS_pubmethod DatabaseOperation()

Initializes a new instance of the DatabaseOperation class.

Properties

Name Description
System_CAPS_pubproperty DatabaseName

Optional. Gets the name of the Azure SQL Database on which the operation is performed.

System_CAPS_pubproperty Error

Optional. Gets the description of the error that occurred during a failed operation.

System_CAPS_pubproperty ErrorCode

Optional. Gets the code indicating the error that occurred during a failed operation.

System_CAPS_pubproperty ErrorSeverity

Optional. Gets the severity level of the error that occurred during a failed operation.

System_CAPS_pubproperty ErrorState

Optional. Gets the error state of the operation.

System_CAPS_pubproperty Id

Optional. Gets a unique identifier for this database operation.

System_CAPS_pubproperty LastModifyTime

Optional. Gets the timestamp when the record was last modified for a long running operation.

System_CAPS_pubproperty Name

Optional. Gets the name of the service resource.(Inherited from SqlModelCommon.)

System_CAPS_pubproperty PercentComplete

Optional. Gets the percentage of the operation that has completed.

System_CAPS_pubproperty SessionActivityId

Optional. Gets the unique Guid that identifies the session that this operation occured in. This is helpful if contacting support for an issue.

System_CAPS_pubproperty StartTime

Optional. Gets the timestamp when the operation started.

System_CAPS_pubproperty State

Optional. Gets the state of the service resource.(Inherited from SqlModelCommon.)

System_CAPS_pubproperty 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.

System_CAPS_pubproperty Type

Optional. Gets the type of the service resource.(Inherited from SqlModelCommon.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top