Sdílet prostřednictvím


DatabaseOperationListResponse Class

Definition

Represents the response containing the list of database operations for a given server or database.

public class DatabaseOperationListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation>
type DatabaseOperationListResponse = class
    inherit AzureOperationResponse
    interface seq<DatabaseOperation>
    interface IEnumerable
Public Class DatabaseOperationListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of DatabaseOperation)
Inheritance
Microsoft.Azure.AzureOperationResponse
DatabaseOperationListResponse
Implements

Constructors

DatabaseOperationListResponse()

Initializes a new instance of the DatabaseOperationListResponse class.

Properties

DatabaseOperations

Optional. Gets or sets the collection of database operations returned from a call to List Database Operations.

Methods

GetEnumerator()

Gets the sequence of DatabaseOperations.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of DatabaseOperations.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to