Share via


ISqlManagementClient.Dac Property

 

Includes operations for importing and exporting Azure SQL Databases into and out of Azure blob storage.

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

Syntax

IDacOperations Dac { get; }
property IDacOperations^ Dac {
    IDacOperations^ get();
}
abstract Dac : IDacOperations with get
ReadOnly Property Dac As IDacOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Sql.IDacOperations

See Also

ISqlManagementClient Interface
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top