Share via


ISqlManagementClient.DatabaseOperations Property

The Azure SQL Database Management API includes operations for getting database operations. Specifically, this API allows you to get a specific operation, or to list all the operations that happened on a specific database or on all databases in the Azure SQL Database Server.

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

Usage

'Usage
Dim instance As ISqlManagementClient
Dim value As IDatabaseOperationOperations

value = instance.DatabaseOperations

Syntax

'Declaration
ReadOnly Property DatabaseOperations As IDatabaseOperationOperations
IDatabaseOperationOperations DatabaseOperations { get; }
property IDatabaseOperationOperations^ DatabaseOperations {
    IDatabaseOperationOperations^ get ();
}
/** @property */
IDatabaseOperationOperations get_DatabaseOperations ()
function get DatabaseOperations () : IDatabaseOperationOperations

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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

ISqlManagementClient Interface
ISqlManagementClient Members
Microsoft.WindowsAzure.Management.Sql Namespace