SqlManagementClient.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

public virtual IServerOperations Servers { get; }
public:
property IServerOperations^ Servers {
    virtual IServerOperations^ get();
}
abstract Servers : IServerOperations with get
override Servers : IServerOperations with get
Public Overridable ReadOnly Property Servers As IServerOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Sql.IServerOperations

Implements

ISqlManagementClient.Servers

See Also

SqlManagementClient Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top