Share via


ISqlManagementClient.BaseUri Property

 

The URI used as the base for all SQL requests.

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

Syntax

Uri BaseUri { get; }
property Uri^ BaseUri {
    Uri^ get();
}
abstract BaseUri : Uri with get
ReadOnly Property BaseUri As Uri

Property Value

Type: System.Uri

See Also

ISqlManagementClient Interface
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top