次の方法で共有


ElasticPoolDatabaseActivityProperties Class

Definition

Represents the properties of an Azure SQL Database Elastic Pool Database Activity.

public class ElasticPoolDatabaseActivityProperties
type ElasticPoolDatabaseActivityProperties = class
Public Class ElasticPoolDatabaseActivityProperties
Inheritance
ElasticPoolDatabaseActivityProperties

Constructors

ElasticPoolDatabaseActivityProperties()

Initializes a new instance of the ElasticPoolDatabaseActivityProperties class.

Properties

CurrentElasticPoolName

Optional. Gets the name of the current Elastic Pool the database is in if available.

CurrentServiceObjectiveName

Optional. Gets the name of the current service objective if available.

DatabaseName

Optional. Gets the database name.

EndTime

Optional. Gets the time the operation finished.

ErrorCode

Optional. Gets the error code if available.

ErrorMessage

Optional. Gets the error message if available.

ErrorSeverity

Optional. Gets the error severity if available.

Operation

Optional. Gets the operation name.

OperationId

Optional. Gets the unique operation ID.

PercentComplete

Optional. Gets the percentage complete if available.

RequestedElasticPoolName

Optional. Gets the name for the Elastic Pool the database is moving into if available.

RequestedServiceObjectiveName

Optional. Gets the name of the requested service objective if available.

ServerName

Optional. Gets the name of the Azure Sql Database Server the Elastic Pool is in.

StartTime

Optional. Gets the time the operation started.

State

Optional. Gets the current state of the operation.

Applies to