Share via


ISqlManagementClient.Servers Property

 

Contains methods to allow various operations on Azure SQL Database Servers.

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

Syntax

IServerOperations Servers { get; }
property IServerOperations^ Servers {
    IServerOperations^ get();
}
abstract Servers : IServerOperations with get
ReadOnly Property Servers As IServerOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Sql.IServerOperations

See Also

ISqlManagementClient Interface
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top