SqlManagementClient.Create Method

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

Usage

'Usage
Dim settings As IDictionary(Of String, Object)
Dim returnValue As SqlManagementClient

returnValue = SqlManagementClient.Create(settings)

Syntax

'Declaration
Public Shared Function Create ( _
    settings As IDictionary(Of String, Object) _
) As SqlManagementClient
public static SqlManagementClient Create (
    IDictionary<string,Object> settings
)
public:
static SqlManagementClient^ Create (
    IDictionary<String^, Object^>^ settings
)
public static SqlManagementClient Create (
    IDictionary<String,Object> settings
)
public static function Create (
    settings : IDictionary<String,Object>
) : SqlManagementClient

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

SqlManagementClient Class
SqlManagementClient Members
Microsoft.WindowsAzure.Management.Sql Namespace